Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Duprobes.h111 extern int uprobe_mmap(struct vm_area_struct *vma);
154 static inline int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function
/linux-4.1.27/mm/
Dmmap.c884 uprobe_mmap(vma); in vma_adjust()
887 uprobe_mmap(next); in vma_adjust()
914 uprobe_mmap(insert); in vma_adjust()
1662 uprobe_mmap(vma); in mmap_region()
/linux-4.1.27/kernel/events/
Duprobes.c1061 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function