Searched refs:factor (Results 1 – 6 of 6) sorted by relevance
65 int factor; variable88 factor += CALIBRATE_TO_SECS; in calibrate_set()91 printf("test iterations = %d\n", CALIBRATION_STEP * factor); in calibrate_set()99 for (i = 0; i < factor; ++i) in perf_syscall()100 partial += one_sysinfo_step()/(CALIBRATION_STEP*factor); in perf_syscall()
51 unsigned int factor = 1; in cpumsf_recording_options() local66 factor = (opts->user_freq + DEFAULT_FREQ in cpumsf_recording_options()68 pages = DEFAULT_AUX_PAGES * factor; in cpumsf_recording_options()
339 unsigned long factor = 1; in perf_parse_llong() local341 if (!parse_unit_factor(end, &factor)) in perf_parse_llong()343 *ret = val * factor; in perf_parse_llong()354 unsigned long factor = 1; in perf_parse_long() local355 if (!parse_unit_factor(end, &factor)) in perf_parse_long()357 *ret = val * factor; in perf_parse_long()
553 factor = time_uniter(unit)554 return self._time_out * decimal.Decimal(factor)558 factor = time_uniter(unit)559 return self._time_in * decimal.Decimal(factor)562 factor = time_uniter(unit)563 return (self._time_out - self._time_in) * decimal.Decimal(factor)
382 … 0xf, 1, ebx, 31:0, l3c_qm_conver_factor , QM_CTR MSR conversion factor to bytes
2348 The second complicating factor mentioned above arises from the fact
Completed in 16 milliseconds