Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c124 #define RAPL_CORE_POLICY (1 << 7) macro
4210 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4230 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4253 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4285 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe_intel()
4586 if (do_rapl & RAPL_CORE_POLICY) { in print_rapl()