Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/mm/
Dmmap.c586 uprobe_mmap(vma); in vma_expand()
823 uprobe_mmap(vma); in __vma_adjust()
826 uprobe_mmap(next); in __vma_adjust()
854 uprobe_mmap(insert); in __vma_adjust()
2733 uprobe_mmap(vma); in mmap_region()
/linux-6.1.9/kernel/events/
Duprobes.c1360 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function