Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c135 #define RAPL_GFX (1 << 8) macro
1899 if (do_rapl & RAPL_GFX) { in get_counters()
3782 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
3806 …ORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_… in rapl_probe()
4096 if (do_rapl & RAPL_GFX) { in print_rapl()