Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c92 double rapl_dram_energy_units, rapl_energy_units; variable
617 outp += sprintf(outp, fmt8, p->energy_dram * rapl_dram_energy_units / interval_float); in format_counters()
634 p->energy_dram * rapl_dram_energy_units); in format_counters()
2176 return (rapl_dram_energy_units = 15.3 / 1000000); in rapl_dram_energy_units_probe()
2242 rapl_dram_energy_units = rapl_dram_energy_units_probe(model, rapl_energy_units); in rapl_probe()