Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h818 extern void perf_event_mmap(struct vm_area_struct *vma);
953 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
/linux-4.1.27/mm/
Dmprotect.c327 perf_event_mmap(vma); in mprotect_fixup()
Dmmap.c1650 perf_event_mmap(vma); in mmap_region()
2202 perf_event_mmap(vma); in expand_upwards()
2267 perf_event_mmap(vma); in expand_downwards()
2801 perf_event_mmap(vma); in do_brk()
3092 perf_event_mmap(vma); in __install_special_mapping()
/linux-4.1.27/kernel/events/
Dcore.c5944 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function