Home
last modified time | relevance | path

Searched refs:RAPL_AMD_F17H (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c544 #define RAPL_AMD_F17H (RAPL_AMD_PWR_UNIT | RAPL_AMD_CORE_ENERGY_STAT | RAPL_AMD_PKG_ENERGY_STAT) macro
987 .rapl_msrs = RAPL_AMD_F17H,
1209 .feature_mask = RAPL_AMD_F17H,
1287 .feature_mask = RAPL_AMD_F17H,
1864 if (platform->rapl_msrs & RAPL_AMD_F17H) in idx_to_offset()
1930 return platform->rapl_msrs & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
7357 if (platform->rapl_msrs & RAPL_AMD_F17H) { in print_rapl()