Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Dstubs.h309 static inline void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function
/linux/mm/
H A Dvma.c2614 perf_event_mmap(vma); in __mmap_complete()
2939 perf_event_mmap(vma); in do_brk_flags()
3185 perf_event_mmap(vma); in expand_upwards()
3265 perf_event_mmap(vma); in expand_downwards()
/linux/include/linux/
H A Dperf_event.h1665 extern void perf_event_mmap(struct vm_area_struct *vma);
1993 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
/linux/kernel/events/
H A Dcore.c9928 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function