Searched refs:perf_evlist__mmap (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/util/ |
D | evlist.h | 59 int perf_evlist__mmap(struct perf_evlist *evlist, int pages, bool overwrite);
|
D | evlist.c | 375 int perf_evlist__mmap(struct perf_evlist *evlist, int pages, bool overwrite) in perf_evlist__mmap() function
|
D | python.c | 593 if (perf_evlist__mmap(evlist, pages, overwrite) < 0) { in pyrf_evlist__mmap()
|
/external/linux-tools-perf/ |
D | builtin-test.c | 545 if (perf_evlist__mmap(evlist, 128, true) < 0) { in test__basic_mmap()
|
D | builtin-record.c | 342 if (perf_evlist__mmap(evlist, mmap_pages, false) < 0) in open_counters()
|
D | builtin-top.c | 941 if (perf_evlist__mmap(evlist, mmap_pages, false) < 0) { in start_counters()
|