Searched refs:rapl_dram_energy_units (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 86 double rapl_dram_energy_units, rapl_energy_units; variable 1253 outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_dram * rapl_dram_energy_units / interval_float); in format_counters() 1261 outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_dram * rapl_dram_energy_units); in format_counters() 4193 return (rapl_dram_energy_units = 15.3 / 1000000); in rapl_dram_energy_units_probe() 4343 rapl_dram_energy_units = rapl_dram_energy_units_probe(model, rapl_energy_units); in rapl_probe_intel()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 266 double rapl_dram_energy_units, rapl_energy_units; variable 1364 p->energy_dram * rapl_dram_energy_units / interval_float); in format_counters() 1372 outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_dram * rapl_dram_energy_units); in format_counters() 4567 return (rapl_dram_energy_units = 15.3 / 1000000); in rapl_dram_energy_units_probe() 4729 rapl_dram_energy_units = rapl_dram_energy_units_probe(model, rapl_energy_units); in rapl_probe_intel()
|
Completed in 14 milliseconds