Searched refs:intel_pt_next_tsc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-decoder.c | 2750 static bool intel_pt_next_tsc(unsigned char *buf, size_t len, uint64_t *tsc, in intel_pt_next_tsc() function 2867 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) { in intel_pt_find_overlap_tsc() 2874 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) in intel_pt_find_overlap_tsc() 2880 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 2994 !intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_ff_cb() 3066 if (!intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_fast_forward()
|