Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c90 #define RAPL_PKG_POWER_INFO (1 << 2) macro
1574 if (do_rapl & RAPL_PKG_POWER_INFO) in get_tdp()
1612 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
1617 …o_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe()
1621 … RAPL_CORE_POLICY | RAPL_DRAM | RAPL_PKG_PERF_STATUS | RAPL_DRAM_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe()
1759 if (do_rapl & RAPL_PKG_POWER_INFO) { in print_rapl()