Searched refs:rapl_time_units (Results 1 – 1 of 1) sorted by relevance
345 double rapl_power_units, rapl_time_units; variable1218 .platform_rapl_msr_scale = &rapl_time_units,1231 .platform_rapl_msr_scale = &rapl_time_units,6946 rapl_time_units = 1.0 / (1 << (time_unit)); in rapl_probe_intel()6970 rapl_time_units = ldexp(1.0, -(msr >> 16 & 0xf)); in rapl_probe_amd()6987 (1.0 + (((msr >> 22) & 0x3) / 4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units, in print_power_limit_msr()7026 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl()7038 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()7054 (1.0 + (((msr >> 54) & 0x3) / 4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units, in print_rapl()7074 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units); in print_rapl()