Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c119 #define RAPL_GFX (1 << 8) macro
359 if (do_rapl & RAPL_GFX) in print_header()
372 if (do_rapl & RAPL_GFX) in print_header()
605 if (do_rapl & RAPL_GFX) in format_counters()
620 if (do_rapl & RAPL_GFX) in format_counters()
1096 if (do_rapl & RAPL_GFX) { in get_counters()
2109 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
2352 if (do_rapl & RAPL_GFX) { in print_rapl()