Home
last modified time | relevance | path

Searched refs:buf_b (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c4235 * @buf_b: second buffer
4242 * Return: A pointer into @buf_b from where non-overlapped data starts in adj_for_padding() argument
4244 static unsigned char *adj_for_padding(unsigned char *buf_b, in adj_for_padding()
4247 unsigned char *p = buf_b - MAX_PADDING; in adj_for_padding()
4264 * @buf_b: second buffer
4266 * @consecutive: returns true if there is data in buf_b that is consecutive
4271 * first TSC of @buf_b in order to determine if the buffers overlap, and then
4272 * walk forward in @buf_b until a later TSC is found. A precondition is that
4273 * @buf_a and @buf_b are positioned at a PSB.
4275 * Return: A pointer into @buf_b fro
4278 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
4343 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 Dintel-pt-decoder.h309 unsigned char *buf_b, size_t len_b,
/linux/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap() argument
241 if (!memcmp(buf_a + offs, buf_b, len)) in intel_bts_find_overlap()
242 return buf_b + len; in intel_bts_find_overlap()
245 return buf_b; in intel_bts_find_overlap()