Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Duprobes.h127 extern int uprobe_mmap(struct vm_area_struct *vma);
171 static inline int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function
/linux-4.4.14/mm/
Dmmap.c885 uprobe_mmap(vma); in vma_adjust()
888 uprobe_mmap(next); in vma_adjust()
915 uprobe_mmap(insert); in vma_adjust()
1672 uprobe_mmap(vma); in mmap_region()
/linux-4.4.14/kernel/events/
Duprobes.c1055 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function