Lines Matching refs:RAPL_PKG
289 #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()
4615 …RAPL_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()
4640 …RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS 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()
4678 …RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | 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()
4964 if (do_rapl & RAPL_PKG) { in print_rapl()