Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dperf-time-to-tsc.c79 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local
160 comm1_time = sample.time; in test__perf_time_to_tsc()
172 if (!comm1_time || !comm2_time) in test__perf_time_to_tsc()
176 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc()
180 comm1_time, comm1_tsc); in test__perf_time_to_tsc()
186 if (test_time <= comm1_time || in test__perf_time_to_tsc()

Completed in 5 milliseconds