comm1_time         68 tools/perf/arch/x86/tests/perf-time-to-tsc.c 	u64 test_time, comm1_time = 0, comm2_time = 0;
comm1_time        134 tools/perf/arch/x86/tests/perf-time-to-tsc.c 				comm1_time = sample.time;
comm1_time        147 tools/perf/arch/x86/tests/perf-time-to-tsc.c 	if (!comm1_time || !comm2_time)
comm1_time        151 tools/perf/arch/x86/tests/perf-time-to-tsc.c 	comm1_tsc = perf_time_to_tsc(comm1_time, &tc);
comm1_time        155 tools/perf/arch/x86/tests/perf-time-to-tsc.c 		 comm1_time, comm1_tsc);
comm1_time        161 tools/perf/arch/x86/tests/perf-time-to-tsc.c 	if (test_time <= comm1_time ||