Searched refs:intel_pt_next_tsc (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ ! |
| H A D | intel-pt-decoder.c | 4174 static bool intel_pt_next_tsc(unsigned char *buf, size_t len, uint64_t *tsc, in intel_pt_next_tsc() function 4293 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) { in intel_pt_find_overlap_tsc() 4300 if (!intel_pt_next_tsc(p, len, &tsc_a, &rem_a)) in intel_pt_find_overlap_tsc() 4306 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b, &rem_b)) { in intel_pt_find_overlap_tsc() 4422 !intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_ff_cb() 4494 if (!intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_fast_forward()
|