Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c346 double rapl_dram_energy_units, rapl_energy_units; variable
1153 .platform_rapl_msr_scale = &rapl_energy_units,
1166 .platform_rapl_msr_scale = &rapl_energy_units,
1179 .platform_rapl_msr_scale = &rapl_energy_units,
1205 .platform_rapl_msr_scale = &rapl_energy_units,
1244 .platform_rapl_msr_scale = &rapl_energy_units,
6933 rapl_energy_units = 1.0 * (1 << (msr >> 8 & 0x1F)) / 1000000; in rapl_probe_intel()
6935 rapl_energy_units = 1.0 / (1 << (msr >> 8 & 0x1F)); in rapl_probe_intel()
6940 rapl_dram_energy_units = rapl_energy_units; in rapl_probe_intel()
6950 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel()
[all …]