Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 9 of 9) sorted by relevance

/tools/perf/util/
Ddump-insn.c10 int inlen __maybe_unused, int *lenp) in dump_insn() argument
12 if (lenp) in dump_insn()
13 *lenp = 0; in dump_insn()
Dsrccode.h18 char *find_sourceline(char *fn, unsigned line, int *lenp);
Ddump-insn.h22 u8 *inbuf, int inlen, int *lenp);
Dsrccode.c157 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline() argument
170 *lenp = p - l; in find_sourceline()
/tools/virtio/ringtest/
Dnoring.c23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
64 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
181 *lenp = ring.desc[index].len; in get_buf()
183 *lenp = ring.used->ring[head].len; in get_buf()
270 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
301 *lenp = desc->len; in use_buf()
Dring.c143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
153 *lenp = ring[head].len; in get_buf()
226 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
Dptr_ring.c147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument
197 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c183 u8 *inbuf, int inlen, int *lenp) in dump_insn() argument
193 if (lenp) in dump_insn()
194 *lenp = insn.length; in dump_insn()