Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c127 #define RAPL_GFX (1 << 8) macro
366 return do_rapl & RAPL_GFX; in idx_valid()
2097 if (do_rapl & RAPL_GFX) { in get_counters()
4216 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4236 …ORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_… in rapl_probe_intel()
4259 …ORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_… in rapl_probe_intel()
4605 if (do_rapl & RAPL_GFX) { in print_rapl()