Home
last modified time | relevance | path

Searched refs:RAPL_GFX (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c127 #define RAPL_GFX (1 << 8) macro
362 return do_rapl & RAPL_GFX; in idx_valid()
2093 if (do_rapl & RAPL_GFX) { in get_counters()
4210 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4230 …ORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_… in rapl_probe_intel()
4253 …ORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_… in rapl_probe_intel()
4599 if (do_rapl & RAPL_GFX) { in print_rapl()