Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c93 #define RAPL_DRAM (1 << 3) macro
334 if (do_rapl & RAPL_DRAM) in print_header()
347 if (do_rapl & RAPL_DRAM) in print_header()
558 if (do_rapl & RAPL_DRAM) in format_counters()
574 if (do_rapl & RAPL_DRAM) in format_counters()
989 if (do_rapl & RAPL_DRAM) { in get_counters()
1617 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INF… in rapl_probe()
1621 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_PKG_PERF_STATUS | RAPL_DRAM_… in rapl_probe()
1790 if (do_rapl & RAPL_DRAM) { in print_rapl()