Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h119 extern int uprobe_mmap(struct vm_area_struct *vma);
171 static inline int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function
/openbmc/linux/mm/
H A Dmmap.c544 uprobe_mmap(vp->vma); in vma_complete()
547 uprobe_mmap(vp->adj_next); in vma_complete()
577 uprobe_mmap(vp->insert); in vma_complete()
2874 uprobe_mmap(vma); in __mmap_region()
/openbmc/linux/kernel/events/
H A Duprobes.c37 * allows us to skip the uprobe_mmap if there are no uprobe events active
1362 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap()
1357 int uprobe_mmap(struct vm_area_struct *vma) uprobe_mmap() function