Home
last modified time | relevance | path

Searched defs:buf_b (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c4242 * Return: A pointer into @buf_b from where non-overlapped data starts in adj_for_padding() argument
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...]
/linux/tools/perf/util/
H A Dintel-bts.c230 unsigned char *buf_b, size_t len_b) in intel_bts_find_overlap()