Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c267 double rapl_power_units, rapl_time_units; variable
1379 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_float); in format_counters()
1383 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_float); in format_counters()
4739 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe_intel()
4778 rapl_time_units = ldexp(1.0, -(msr >> 16 & 0xf)); in rapl_probe_amd()
4910 (1.0 + (((msr >> 22) & 0x3) / 4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr()
4949 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl()
4961 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()
4977 (1.0 + (((msr >> 54) & 0x3) / 4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl()
4997 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()