Searched refs:perf_event_mmap (Results 1 – 9 of 9) sorted by relevance
19 int perf_event_mmap(int fd);
109 int perf_event_mmap(int fd) in perf_event_mmap() function
1526 err = perf_event_mmap(pmu_fd); in test_get_stack_raw_tp()
96 if (perf_event_mmap(pmu_fd) < 0) in main()
124 static void *perf_event_mmap(int fd) in perf_event_mmap() function262 rings[i].mem = perf_event_mmap(rings[i].fd); in do_event_pipe()
1115 extern void perf_event_mmap(struct vm_area_struct *vma);1335 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
1795 perf_event_mmap(vma); in mmap_region()2375 perf_event_mmap(vma); in expand_upwards()2454 perf_event_mmap(vma); in expand_downwards()2997 perf_event_mmap(vma); in do_brk_flags()3363 perf_event_mmap(vma); in __install_special_mapping()
445 perf_event_mmap(vma); in mprotect_fixup()
7421 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function