Home
last modified time | relevance | path

Searched defs:perf_mmap (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Devlist.h28 struct perf_mmap { struct
29 void *base;
30 int mask;
31 atomic_t refcnt;
55 struct perf_mmap *mmap; argument
/linux-4.4.14/kernel/events/
Dcore.c4731 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap() function