Searched defs:perf_mmap (Results 1 – 2 of 2) sorted by relevance
17 struct perf_mmap { struct18 void *base;19 int mask;20 int fd;21 int cpu;22 refcount_t refcnt;23 u64 prev;24 u64 start;25 u64 end;26 bool overwrite;[all …]
5549 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap() function