Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c107 #define RAPL_GFX (1 << 7) macro
332 if (do_rapl & RAPL_GFX) in print_header()
345 if (do_rapl & RAPL_GFX) in print_header()
556 if (do_rapl & RAPL_GFX) in format_counters()
571 if (do_rapl & RAPL_GFX) in format_counters()
994 if (do_rapl & RAPL_GFX) { in get_counters()
1612 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe()
1828 if (do_rapl & RAPL_GFX) { in print_rapl()