Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c103 #define RAPL_CORE_POLICY (1 << 6) macro
1612 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
1621 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_PKG_PERF_STATUS | RAPL_DRAM_… in rapl_probe()
1810 if (do_rapl & RAPL_CORE_POLICY) { in print_rapl()