Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Duprobes.h121 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);
184 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/Linux-v6.6/kernel/events/
Duprobes.c1567 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/Linux-v6.6/kernel/
Dfork.c662 uprobe_dup_mmap(oldmm, mm); in dup_mmap()