Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c517 #define RAPL_AMD_F17H (RAPL_AMD_PWR_UNIT | RAPL_AMD_CORE_ENERGY_STAT | RAPL_AMD_PKG_ENERGY_STAT) macro
957 .rapl_msrs = RAPL_AMD_F17H,
1160 .feature_mask = RAPL_AMD_F17H,
1238 .feature_mask = RAPL_AMD_F17H,
1701 if (platform->rapl_msrs & RAPL_AMD_F17H) in idx_to_offset()
1761 return platform->rapl_msrs & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
7015 if (platform->rapl_msrs & RAPL_AMD_F17H) { in print_rapl()