Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c289 #define RAPL_PKG (1 << 0) macro
521 return do_rapl & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
2284 if (do_rapl & RAPL_PKG) { in get_counters()
4594 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4607 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4615RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS in rapl_probe_intel()
4630 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4663 RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | in rapl_probe_intel()
4694 do_rapl = RAPL_PKG | RAPL_CORES; in rapl_probe_intel()
4705 RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | in rapl_probe_intel()
[all …]