Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c994 uprobe_mmap(vma); in __vma_adjust()
997 uprobe_mmap(next); in __vma_adjust()
1067 uprobe_mmap(insert); in __vma_adjust()
1957 uprobe_mmap(vma); in mmap_region()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c1362 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function