Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c85 unsigned int do_rapl; variable
732 if (do_rapl && !rapl_joules) { in print_header()
745 } else if (do_rapl && rapl_joules) { in print_header()
1884 if (do_rapl & RAPL_PKG) { in get_counters()
1889 if (do_rapl & RAPL_CORES_ENERGY_STATUS) { in get_counters()
1894 if (do_rapl & RAPL_DRAM) { in get_counters()
1899 if (do_rapl & RAPL_GFX) { in get_counters()
1904 if (do_rapl & RAPL_PKG_PERF_STATUS) { in get_counters()
1909 if (do_rapl & RAPL_DRAM_PERF_STATUS) { in get_counters()
3722 if (do_rapl & RAPL_PKG_POWER_INFO) in get_tdp()
[all …]