Searched defs:mmap (Results 26 - 34 of 34) sorted by relevance

12

/external/e2fsprogs/intl/
H A Dloadmsgcat.c463 # define mmap __mmap macro
960 /* Now we are ready to load the file. If mmap() is available we try
962 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
967 /* mmap() call was successful. */
973 /* If the data is not yet available (i.e. mmap'ed) we try to load
/external/linux-tools-perf/util/
H A Dpython.c52 static char pyrf_mmap_event__doc[] = PyDoc_STR("perf mmap event object.");
71 if (asprintf(&s, "{ type: mmap, pid: %u, tid: %u, start: %#" PRIx64 ", "
74 pevent->event.mmap.pid, pevent->event.mmap.tid,
75 pevent->event.mmap.start, pevent->event.mmap.len,
76 pevent->event.mmap.pgoff, pevent->event.mmap.filename) < 0) {
408 "mmap",
431 mmap local
[all...]
/external/v8/tools/
H A Dgrokdump.py31 import mmap namespace
362 self.minidump = mmap.mmap(self.minidump_file.fileno(), 0, mmap.MAP_PRIVATE)
/external/kernel-headers/original/linux/
H A Dperf_event.h199 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
246 * Structure of the page that can be mapped via mmap
287 * Control data for the mmap() data buffer.
707 /* mmap bits */
H A Dsched.h299 struct vm_area_struct * mmap; /* list of VMAs */ member in struct:mm_struct
306 unsigned long mmap_base; /* base of mmap area */
H A Dfs.h921 unsigned int mmap_miss; /* Cache miss stat for mmap accesses */
1558 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:file_operations
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h209 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
227 mmap_data : 1, /* non-exec mmap data */
264 * Structure of the page that can be mapped via mmap
305 * Control data for the mmap() data buffer.
840 /* mmap bits */
/external/valgrind/main/include/vki/
H A Dvki-linux.h2750 mmap : 1, /* include mmap data */ member in struct:vki_perf_event_attr
2768 mmap_data : 1, /* non-exec mmap data */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 515 milliseconds

12