Home
last modified time | relevance | path

Searched refs:uprobe_mmap (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/mm/
H A Dmmap.c952 uprobe_mmap(vma); in __vma_adjust()
955 uprobe_mmap(next); in __vma_adjust()
1025 uprobe_mmap(insert); in __vma_adjust()
1923 uprobe_mmap(vma); in mmap_region()
/kernel/linux/linux-6.6/mm/
H A Dmmap.c551 uprobe_mmap(vp->vma); in vma_complete()
554 uprobe_mmap(vp->adj_next); in vma_complete()
584 uprobe_mmap(vp->insert); in vma_complete()
2902 uprobe_mmap(vma); in mmap_region()
/kernel/linux/linux-5.10/kernel/events/
H A Duprobes.c38 * 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() function
/kernel/linux/linux-6.6/kernel/events/
H A Duprobes.c37 * allows us to skip the uprobe_mmap if there are no uprobe events active
1357 int uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap() function

Completed in 16 milliseconds