Searched defs:perf_mmap (Results 1 – 4 of 4) sorted by relevance
22 struct perf_mmap { struct35 struct perf_mmap *next; argument
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 …]
5592 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap() function
6085 static int perf_mmap(struct file *file, struct vm_area_struct *vma) in perf_mmap() function