Searched refs:intel_pt_next_tsc (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 4170 static bool intel_pt_next_tsc(unsigned char *buf, size_t len, uint64_t *tsc, in intel_pt_next_tsc() function 4289 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) { in intel_pt_find_overlap_tsc() 4296 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) in intel_pt_find_overlap_tsc() 4302 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 4418 !intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_ff_cb() 4490 if (!intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_fast_forward()
|