Searched refs:perf_mmap__push (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mmap.h | 59 int perf_mmap__push(struct mmap *md, void *to,
|
H A D | mmap.c | 313 int perf_mmap__push(struct mmap *md, void *to, in perf_mmap__push() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mmap.h | 58 int perf_mmap__push(struct mmap *md, void *to,
|
H A D | mmap.c | 324 int perf_mmap__push(struct mmap *md, void *to, in perf_mmap__push() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 298 * perf_mmap__consume() from perf_mmap__push() function. in record__aio_pushfn() 349 ret = perf_mmap__push(map, &aio, record__aio_pushfn); in record__aio_push() 1131 if (perf_mmap__push(map, rec, record__pushfn) < 0) { in record__mmap_read_evlist()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 396 * perf_mmap__consume() from perf_mmap__push() function. in record__aio_pushfn() 447 ret = perf_mmap__push(map, &aio, record__aio_pushfn); in record__aio_push() 1559 if (perf_mmap__push(map, rec, record__pushfn) < 0) { in record__mmap_read_evlist()
|
Completed in 10 milliseconds