Home
last modified time | relevance | path

Searched refs:tsc_a (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c2585 uint64_t tsc_a, tsc_b; in intel_pt_find_overlap_tsc() local
2594 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) { in intel_pt_find_overlap_tsc()
2601 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) in intel_pt_find_overlap_tsc()
2608 int cmp = intel_pt_tsc_cmp(tsc_a, tsc_b); in intel_pt_find_overlap_tsc()