Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c105 #define RAPL_DRAM (1 << 3) macro
361 if (do_rapl & RAPL_DRAM) in print_header()
374 if (do_rapl & RAPL_DRAM) in print_header()
607 if (do_rapl & RAPL_DRAM) in format_counters()
623 if (do_rapl & RAPL_DRAM) in format_counters()
1091 if (do_rapl & RAPL_DRAM) { in get_counters()
2113 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INF… in rapl_probe()
2119 …do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe()
2123 …do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe()
2326 if (do_rapl & RAPL_DRAM) { in print_rapl()