Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dperf_event.h1226 extern void perf_event_mmap(struct vm_area_struct *vma);
1485 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
/Linux-v5.10/mm/
Dmmap.c1871 perf_event_mmap(vma); in mmap_region()
2480 perf_event_mmap(vma); in expand_upwards()
2558 perf_event_mmap(vma); in expand_downwards()
3124 perf_event_mmap(vma); in do_brk_flags()
3493 perf_event_mmap(vma); in __install_special_mapping()
Dmprotect.c501 perf_event_mmap(vma); in mprotect_fixup()
/Linux-v5.10/kernel/events/
Dcore.c8236 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function