Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c712 #define RAPL_AMD_F17H (RAPL_AMD_PWR_UNIT | RAPL_AMD_CORE_ENERGY_STAT | RAPL_AMD_PKG_ENERGY_STAT) macro
1173 .plat_rapl_msrs = RAPL_AMD_F17H,
1505 .feature_mask = RAPL_AMD_F17H,
1518 .feature_mask = RAPL_AMD_F17H,
1635 .feature_mask = RAPL_AMD_F17H,
1648 .feature_mask = RAPL_AMD_F17H,
2230 if (platform->plat_rapl_msrs & RAPL_AMD_F17H) in idx_to_offset()
2296 return valid_rapl_msrs & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
8020 if (valid_rapl_msrs & RAPL_AMD_F17H) { in print_rapl()
8123 if ((platform->plat_rapl_msrs & (RAPL_PKG | RAPL_AMD_F17H)) == 0) in probe_rapl_msrs()