Searched refs:tsc_b (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 3102 uint64_t tsc_a, tsc_b; in intel_pt_find_overlap_tsc() local 3124 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 3125 int cmp = intel_pt_tsc_cmp(tsc_a, tsc_b); in intel_pt_find_overlap_tsc() 3136 return buf_b; /* tsc_a < tsc_b => no overlap */ in intel_pt_find_overlap_tsc()
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 4282 uint64_t tsc_a, tsc_b; in intel_pt_find_overlap_tsc() local 4304 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 4305 int cmp = intel_pt_tsc_cmp(tsc_a, tsc_b); in intel_pt_find_overlap_tsc() 4316 return buf_b; /* tsc_a < tsc_b => no overlap */ in intel_pt_find_overlap_tsc()
|
Completed in 8 milliseconds