Skip to content

Commit b4a734d

Browse files
kaushlenlenb
authored andcommitted
tools/power turbostat: Fix RAPL_GFX_ALL typo
Fix typo in the currently unused RAPL_GFX_ALL macro definition. Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 5663785 commit b4a734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ enum rapl_msrs {
539539
#define RAPL_PKG_ALL (RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO)
540540
#define RAPL_DRAM_ALL (RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_DRAM_POWER_INFO)
541541
#define RAPL_CORE_ALL (RAPL_CORE | RAPL_CORE_POLICY)
542-
#define RAPL_GFX_ALL (RAPL_GFX | RAPL_GFX_POLIGY)
542+
#define RAPL_GFX_ALL (RAPL_GFX | RAPL_GFX_POLICY)
543543

544544
#define RAPL_AMD_F17H (RAPL_AMD_PWR_UNIT | RAPL_AMD_CORE_ENERGY_STAT | RAPL_AMD_PKG_ENERGY_STAT)
545545

0 commit comments

Comments
 (0)