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