Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
Dperf-time-to-tsc.c88 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local
168 comm2_time = sample.time; in test__perf_time_to_tsc()
176 if (!comm1_time || !comm2_time) in test__perf_time_to_tsc()
181 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc()
188 comm2_time, comm2_tsc); in test__perf_time_to_tsc()
191 test_time >= comm2_time) in test__perf_time_to_tsc()