Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c113 #define RAPL_CORES (1 << 6) macro
357 if (do_rapl & RAPL_CORES) in print_header()
370 if (do_rapl & RAPL_CORES) in print_header()
603 if (do_rapl & RAPL_CORES) in format_counters()
617 if (do_rapl & RAPL_CORES) in format_counters()
1086 if (do_rapl & RAPL_CORES) { in get_counters()
2109 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
2123 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe()
2127 do_rapl = RAPL_PKG | RAPL_CORES ; in rapl_probe()
2342 if (do_rapl & RAPL_CORES) { in print_rapl()