Searched refs:mmap__mmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mmap.h | 54 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, int cpu);
|
H A D | mmap.c | 273 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, int cpu) in mmap__mmap() function
|
H A D | evlist.c | 754 return mmap__mmap(map, mp, output, cpu); in perf_evlist__mmap_cb_mmap()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mmap.h | 53 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu cpu);
|
H A D | mmap.c | 278 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu cpu) in mmap__mmap() function
|
H A D | evlist.c | 875 return mmap__mmap(map, mp, output, cpu); in perf_evlist__mmap_cb_mmap()
|
Completed in 9 milliseconds