Searched refs:buf_b (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 2243 unsigned char *buf_b, in intel_pt_find_overlap_tsc() argument 2252 return buf_b; /* No PSB in buf_a => no overlap */ in intel_pt_find_overlap_tsc() 2260 return buf_b; /* No full PSB+ => assume no overlap */ in intel_pt_find_overlap_tsc() 2263 return buf_b; /* No TSC in buf_a => assume no overlap */ in intel_pt_find_overlap_tsc() 2268 if (intel_pt_next_tsc(buf_b, len_b, &tsc_b) && in intel_pt_find_overlap_tsc() 2270 return buf_b; /* tsc_a < tsc_b => no overlap */ in intel_pt_find_overlap_tsc() 2272 if (!intel_pt_step_psb(&buf_b, &len_b)) in intel_pt_find_overlap_tsc() 2273 return buf_b + len_b; /* No PSB in buf_b => no data */ in intel_pt_find_overlap_tsc() 2293 unsigned char *buf_b, size_t len_b, in intel_pt_find_overlap() argument 2299 if (!intel_pt_next_psb(&buf_b, &len_b)) in intel_pt_find_overlap() [all …]
|
D | intel-pt-decoder.h | 104 unsigned char *buf_b, size_t len_b,
|
/linux-4.4.14/tools/perf/util/ |
D | intel-bts.c | 235 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap() argument 246 if (!memcmp(buf_a + offs, buf_b, len)) in intel_bts_find_overlap() 247 return buf_b + len; in intel_bts_find_overlap() 250 return buf_b; in intel_bts_find_overlap()
|