Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c91 double rapl_power_units, rapl_time_units; variable
2151 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()
2236 rapl_power_units = 1.0 / (1 << (msr & 0xF)); in rapl_probe()
2350 ((msr >> 0) & 0x7FFF) * rapl_power_units, in print_power_limit_msr()
2381 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl()
2391 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2392 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2393 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2409 ((msr >> 32) & 0x7FFF) * rapl_power_units, in print_rapl()
2420 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
[all …]