Searched refs:mmap_pages (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-record.c | 44 static unsigned int mmap_pages = UINT_MAX; variable 342 if (perf_evlist__mmap(evlist, mmap_pages, false) < 0) in open_counters() 528 if (mmap_pages == UINT_MAX) in __cmd_record() 529 mmap_pages = (512 * 1024) / page_size; in __cmd_record() 782 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
|
D | builtin-top.c | 107 static unsigned int mmap_pages = 128; variable 941 if (perf_evlist__mmap(evlist, mmap_pages, false) < 0) { in start_counters() 1038 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
|