Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c102 #define RAPL_PKG (1 << 0) macro
360 if (do_rapl & RAPL_PKG) in print_header()
373 if (do_rapl & RAPL_PKG) in print_header()
610 if (do_rapl & RAPL_PKG) in format_counters()
623 if (do_rapl & RAPL_PKG) in format_counters()
1092 if (do_rapl & RAPL_PKG) { in get_counters()
2208 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
2212 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INF… in rapl_probe()
2218 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe()
2222 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe()
[all …]