Lines Matching refs:RAPL_PKG
106 #define RAPL_PKG (1 << 0) macro
360 return do_rapl & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
2082 if (do_rapl & RAPL_PKG) { in get_counters()
4216 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4229 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4236 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4250 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4259 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4278 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()
4291 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe_intel()
4306 do_rapl = RAPL_PKG | RAPL_CORES; in rapl_probe_intel()
4316 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()
4556 if (do_rapl & RAPL_PKG) { in print_rapl()