OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmap_pages
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-record.c
44
static unsigned int
mmap_pages
= UINT_MAX;
variable
342
if (perf_evlist__mmap(evlist,
mmap_pages
, false) < 0)
528
if (
mmap_pages
== UINT_MAX)
529
mmap_pages
= (512 * 1024) / page_size;
782
OPT_UINTEGER('m', "mmap-pages", &
mmap_pages
, "number of mmap data pages"),
builtin-top.c
107
static unsigned int
mmap_pages
= 128;
variable
941
if (perf_evlist__mmap(evlist,
mmap_pages
, false) < 0) {
1038
OPT_UINTEGER('m', "mmap-pages", &
mmap_pages
, "number of mmap data pages"),
Completed in 836 milliseconds