Searched refs:rapl_time_units (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 85 double rapl_power_units, rapl_time_units; variable 1263 …p, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_fl… in format_counters() 1265 …, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_fl… in format_counters() 4349 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe_intel() 4386 rapl_time_units = ldexp(1.0, -(msr >> 16 & 0xf)); in rapl_probe_amd() 4504 (1.0 + (((msr >> 22) & 0x3)/4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr() 4540 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl() 4553 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl() 4569 (1.0 + (((msr >> 54) & 0x3)/4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl() 4582 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()
|