Home
last modified time | relevance | path

Searched refs:perf_event_mmap (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/samples/bpf/
Dtrace_output_user.c33 static int perf_event_mmap(int fd) in perf_event_mmap() function
183 if (perf_event_mmap(pmu_fd) < 0) in main()
/linux-4.4.14/include/linux/
Dperf_event.h956 extern void perf_event_mmap(struct vm_area_struct *vma);
1099 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
/linux-4.4.14/mm/
Dmprotect.c339 perf_event_mmap(vma); in mprotect_fixup()
Dmmap.c1660 perf_event_mmap(vma); in mmap_region()
2212 perf_event_mmap(vma); in expand_upwards()
2282 perf_event_mmap(vma); in expand_downwards()
2815 perf_event_mmap(vma); in do_brk()
3101 perf_event_mmap(vma); in __install_special_mapping()
/linux-4.4.14/kernel/events/
Dcore.c6129 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function