Searched refs:rapl_time_units (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 94 double rapl_power_units, rapl_time_units; variable 1112 …p, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_fl… in format_counters() 1114 …, fmt8, (printed++ ? delim : ""), 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_fl… in format_counters() 3898 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe() 4003 (1.0 + (((msr >> 22) & 0x3)/4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr() 4031 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl() 4044 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl() 4060 (1.0 + (((msr >> 54) & 0x3)/4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl() 4073 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()
|