Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c511 enum rapl_msrs { enum
773 .rapl_msrs = cnl_features.rapl_msrs,
791 .rapl_msrs = adl_features.rapl_msrs,
884 .rapl_msrs = RAPL_PKG | RAPL_CORE,
897 .rapl_msrs = RAPL_PKG | RAPL_CORE,
966 .rapl_msrs = RAPL_PKG_ALL,
987 .rapl_msrs = RAPL_AMD_F17H,
7344 if (!platform->rapl_msrs) in print_rapl()
7383 if (platform->rapl_msrs & RAPL_PKG) { in print_rapl()
7439 if (platform->rapl_msrs & RAPL_GFX) { in print_rapl()
[all …]