Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c85 #define RAPL_PKG (1 << 0) macro
328 if (do_rapl & RAPL_PKG) in print_header()
341 if (do_rapl & RAPL_PKG) in print_header()
552 if (do_rapl & RAPL_PKG) in format_counters()
565 if (do_rapl & RAPL_PKG) in format_counters()
979 if (do_rapl & RAPL_PKG) { in get_counters()
1612 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
1617 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INF… 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()
[all …]