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