Lines Matching refs:RAPL_PKG
287 #define RAPL_PKG (1 << 0) macro
519 return do_rapl & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
2280 if (do_rapl & RAPL_PKG) { in get_counters()
4593 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4606 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4614 …RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS in rapl_probe_intel()
4629 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4639 …RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS in rapl_probe_intel()
4662 RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | in rapl_probe_intel()
4677 …RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_PERF_STATUS… in rapl_probe_intel()
4693 do_rapl = RAPL_PKG | RAPL_CORES; in rapl_probe_intel()
4704 RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | in rapl_probe_intel()
4963 if (do_rapl & RAPL_PKG) { in print_rapl()