Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c3033 const uint64_t halfway = (1ULL << 55); in intel_pt_tsc_cmp() local
3039 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp()
3044 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c4211 const uint64_t halfway = (1ULL << 55); in intel_pt_tsc_cmp() local
4217 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp()
4222 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()

Completed in 8 milliseconds