Searched refs:evlist__mmap_ex (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | evlist.h | 205 int evlist__mmap_ex(struct evlist *evlist, unsigned int pages,
|
D | evlist.c | 879 int evlist__mmap_ex(struct evlist *evlist, unsigned int pages, in evlist__mmap_ex() function 912 return evlist__mmap_ex(evlist, pages, 0, false, 0, PERF_AFFINITY_SYS, 1, 0); in evlist__mmap()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-record.c | 849 if (evlist__mmap_ex(evlist, opts->mmap_pages, in record__mmap_evlist()
|