Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c100 #define RAPL_CORES (1 << 5) macro
330 if (do_rapl & RAPL_CORES) in print_header()
343 if (do_rapl & RAPL_CORES) in print_header()
554 if (do_rapl & RAPL_CORES) in format_counters()
568 if (do_rapl & RAPL_CORES) in format_counters()
984 if (do_rapl & RAPL_CORES) { in get_counters()
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()
1625 do_rapl = RAPL_PKG | RAPL_CORES ; in rapl_probe()
1818 if (do_rapl & RAPL_CORES) { in print_rapl()