Home
last modified time | relevance | path

Searched refs:buf_b (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c3055 * @buf_b: second buffer
3062 * Return: A pointer into @buf_b from where non-overlapped data starts
3064 static unsigned char *adj_for_padding(unsigned char *buf_b, in adj_for_padding() argument
3067 unsigned char *p = buf_b - MAX_PADDING; in adj_for_padding()
3084 * @buf_b: second buffer
3086 * @consecutive: returns true if there is data in buf_b that is consecutive
3090 * first TSC of @buf_b in order to determine if the buffers overlap, and then
3091 * walk forward in @buf_b until a later TSC is found. A precondition is that
3092 * @buf_a and @buf_b are positioned at a PSB.
3094 * Return: A pointer into @buf_b fro
3097 intel_pt_find_overlap_tsc(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool *consecutive) intel_pt_find_overlap_tsc() argument
3161 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) intel_pt_find_overlap() argument
[all...]
H A Dintel-pt-decoder.h268 unsigned char *buf_b, size_t len_b,
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c4233 * @buf_b: second buffer
4240 * Return: A pointer into @buf_b from where non-overlapped data starts
4242 static unsigned char *adj_for_padding(unsigned char *buf_b, in adj_for_padding() argument
4245 unsigned char *p = buf_b - MAX_PADDING; in adj_for_padding()
4262 * @buf_b: second buffer
4264 * @consecutive: returns true if there is data in buf_b that is consecutive
4269 * first TSC of @buf_b in order to determine if the buffers overlap, and then
4270 * walk forward in @buf_b until a later TSC is found. A precondition is that
4271 * @buf_a and @buf_b are positioned at a PSB.
4273 * Return: A pointer into @buf_b fro
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 Dintel-pt-decoder.h309 unsigned char *buf_b, size_t len_b,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap()
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()
229 intel_bts_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b) intel_bts_find_overlap() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap()
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()
229 intel_bts_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b) intel_bts_find_overlap() argument

Completed in 13 milliseconds