Lines Matching refs:RAPL_PKG
97 #define RAPL_PKG (1 << 0) macro
355 if (do_rapl & RAPL_PKG) in print_header()
368 if (do_rapl & RAPL_PKG) in print_header()
601 if (do_rapl & RAPL_PKG) in format_counters()
614 if (do_rapl & RAPL_PKG) in format_counters()
1081 if (do_rapl & RAPL_PKG) { in get_counters()
2109 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
2113 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INF… in rapl_probe()
2119 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe()
2123 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe()
2127 do_rapl = RAPL_PKG | RAPL_CORES ; in rapl_probe()
2298 if (do_rapl & RAPL_PKG) { in print_rapl()