Searched refs:rapl_time_units (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/power/x86/turbostat/ |
| D | turbostat.c | 84 double rapl_power_units, rapl_time_units; variable 1144 …p, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_fl… in format_counters() 1146 …, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_fl… in format_counters() 3989 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe_intel() 4033 rapl_time_units = ldexp(1.0, -(msr >> 16 & 0xf)); in rapl_probe_amd() 4151 (1.0 + (((msr >> 22) & 0x3)/4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr() 4187 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl() 4200 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl() 4216 (1.0 + (((msr >> 54) & 0x3)/4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl() 4229 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()
|