Home
last modified time | relevance | path

Searched refs:uprobe_mmap (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Duprobes.h117 extern int uprobe_mmap(struct vm_area_struct *vma);
169 static inline int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function
/linux-5.19.10/mm/
Dmmap.c952 uprobe_mmap(vma); in __vma_adjust()
955 uprobe_mmap(next); in __vma_adjust()
1025 uprobe_mmap(insert); in __vma_adjust()
1880 uprobe_mmap(vma); in mmap_region()
/linux-5.19.10/kernel/events/
Duprobes.c1356 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function