Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/syscall_user_dispatch/
A Dsud_benchmark.c65 int factor; variable
88 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()
/tools/perf/arch/s390/util/
A Dauxtrace.c51 unsigned int factor = 1; in cpumsf_recording_options() local
66 factor = (opts->user_freq + DEFAULT_FREQ in cpumsf_recording_options()
68 pages = DEFAULT_AUX_PAGES * factor; in cpumsf_recording_options()
/tools/perf/util/
A Dconfig.c339 unsigned long factor = 1; in perf_parse_llong() local
341 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() local
355 if (!parse_unit_factor(end, &factor)) in perf_parse_long()
357 *ret = val * factor; in perf_parse_long()
/tools/perf/scripts/python/
A Dtask-analyzer.py553 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)
/tools/arch/x86/kcpuid/
A Dcpuid.csv382 … 0xf, 1, ebx, 31:0, l3c_qm_conver_factor , QM_CTR MSR conversion factor to bytes
/tools/memory-model/Documentation/
A Dexplanation.txt2348 The second complicating factor mentioned above arises from the fact

Completed in 16 milliseconds