Searched refs:rapl_time_units (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 85 double rapl_power_units, rapl_time_units; variable 1259 …p, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_fl… in format_counters() 1261 …, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_fl… in format_counters() 4343 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe_intel() 4380 rapl_time_units = ldexp(1.0, -(msr >> 16 & 0xf)); in rapl_probe_amd() 4498 (1.0 + (((msr >> 22) & 0x3)/4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr() 4534 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl() 4547 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl() 4563 (1.0 + (((msr >> 54) & 0x3)/4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl() 4576 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()
|