tsc1              711 arch/x86/kernel/tsc.c 	u64 tsc1, tsc2, delta, ref1, ref2;
tsc1              756 arch/x86/kernel/tsc.c 		tsc1 = tsc_read_refs(&ref1, hpet);
tsc1              769 arch/x86/kernel/tsc.c 		if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX)
tsc1              772 arch/x86/kernel/tsc.c 		tsc2 = (tsc2 - tsc1) * 1000000LL;
tsc1             2787 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c static int intel_pt_tsc_cmp(uint64_t tsc1, uint64_t tsc2)
tsc1             2791 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (tsc1 == tsc2)
tsc1             2794 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (tsc1 < tsc2) {
tsc1             2795 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		if (tsc2 - tsc1 < halfway)
tsc1             2800 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 		if (tsc1 - tsc2 < halfway)