Searched refs:buf_a (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 4236 * @buf_a: first buffer 4239 * @buf_a might have up to 7 bytes of padding appended. Adjust the overlap 4245 unsigned char *buf_a, size_t len_a) in adj_for_padding() 4248 unsigned char *q = buf_a + len_a - MAX_PADDING; in adj_for_padding() 4262 * @buf_a: first buffer 4267 * to buf_a 4270 * If the trace contains TSC we can look at the last TSC of @buf_a and the 4273 * @buf_a and @buf_b are positioned at a PSB. 4278 static unsigned char *intel_pt_find_overlap_tsc(unsigned char *buf_a, in intel_pt_find_overlap_tsc() 4288 p = intel_pt_last_psb(buf_a, len_ in intel_pt_find_overlap_tsc() 4243 adj_for_padding(unsigned char * buf_b,unsigned char * buf_a,size_t len_a) adj_for_padding() argument 4276 intel_pt_find_overlap_tsc(unsigned char * buf_a,size_t len_a,unsigned char * buf_b,size_t len_b,bool * consecutive,bool ooo_tsc) intel_pt_find_overlap_tsc() argument 4342 intel_pt_find_overlap(unsigned char * buf_a,size_t len_a,unsigned char * buf_b,size_t len_b,bool have_tsc,bool * consecutive,bool ooo_tsc) intel_pt_find_overlap() argument [all...] |
| H A D | intel-pt-decoder.h | 308 unsigned char *intel_pt_find_overlap(unsigned char *buf_a, size_t len_a,
|
| /linux/tools/perf/util/ |
| H A D | intel-bts.c | 229 static unsigned char *intel_bts_find_overlap(unsigned char *buf_a, size_t len_a, in intel_bts_find_overlap() argument 241 if (!memcmp(buf_a + offs, buf_b, len)) in intel_bts_find_overlap()
|