Searched refs:intel_pt_next_tsc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 3850 static bool intel_pt_next_tsc(unsigned char *buf, size_t len, uint64_t *tsc, in intel_pt_next_tsc() function 3969 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) { in intel_pt_find_overlap_tsc() 3976 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) in intel_pt_find_overlap_tsc() 3982 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 4098 !intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_ff_cb() 4170 if (!intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_fast_forward()
|