Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd6906ed authored by Len Brown's avatar Len Brown
Browse files

tools/power turbostat: fix typo on DRAM column in Joules-mode



< RAM_W
> RAM_J

Reported-by: default avatarHubert Chrzaniuk <hubert.chrzaniuk@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a01e72fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ void print_header(void)
		if (do_rapl & RAPL_GFX)
			outp += sprintf(outp, "   GFX_J");
		if (do_rapl & RAPL_DRAM)
			outp += sprintf(outp, "   RAM_W");
			outp += sprintf(outp, "   RAM_J");
		if (do_rapl & RAPL_PKG_PERF_STATUS)
			outp += sprintf(outp, "   PKG_%%");
		if (do_rapl & RAPL_DRAM_PERF_STATUS)