Searched refs:RAPL_PKG (Results 1 – 1 of 1) sorted by relevance
105 #define RAPL_PKG (1 << 0) macro1964 if (do_rapl & RAPL_PKG) { in get_counters()3878 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()3891 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()3899 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()3918 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()3931 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe_intel()3946 do_rapl = RAPL_PKG | RAPL_CORES; in rapl_probe_intel()3956 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()4203 if (do_rapl & RAPL_PKG) { in print_rapl()