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

/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c89 u64 test_time, comm1_time = 0, comm2_time = 0; local
164 comm1_time = sample.time;
177 if (!comm1_time || !comm2_time)
181 comm1_tsc = perf_time_to_tsc(comm1_time, &tc);
185 comm1_time, comm1_tsc);
191 if (test_time <= comm1_time ||

Completed in 180 milliseconds