Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c526 double rapl_power_units, rapl_time_units; variable
7525 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp_intel()
7566 rapl_power_units = 1.0 / (1 << (msr & 0xF)); in rapl_probe_intel()
7616 rapl_power_units = ldexp(1.0, -(msr & 0xf)); in rapl_probe_amd()
7630 ((msr >> 0) & 0x7FFF) * rapl_power_units, in print_power_limit_msr()
7821 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl()
7830 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
7831 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
7832 …((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, ((msr >> 48) & RAPL_TIME_GRANULARITY) *… in print_rapl()
7846 ((msr >> 32) & 0x7FFF) * rapl_power_units, in print_rapl()
[all …]