Searched defs:mmap_prot (Results 1 - 2 of 2) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.c1303 int err, mmap_prot, mmap_flags, map_idx = 0; local
1326 mmap_prot = PROT_READ;
1330 mmap_prot |= PROT_WRITE;
1334 buf = mmap(NULL, mmap_size, mmap_prot, mmap_flags, session->fd,
/external/strace/xlat/
H A Dmmap_prot.h1 /* Generated by ./xlat/gen.sh from ./xlat/mmap_prot.in; do not edit. */
3 static const struct xlat mmap_prot[] = { variable in typeref:struct:xlat

Completed in 229 milliseconds