Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c310 #define RAPL_GFX (1 << 8) macro
527 return do_rapl & RAPL_GFX; in idx_valid()
2298 if (do_rapl & RAPL_GFX) { in get_counters()
4593 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4615 | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4640 | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
5019 if (do_rapl & RAPL_GFX) { in print_rapl()