Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duprobes.h124 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);
189 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/linux-6.12.1/kernel/events/
Duprobes.c1620 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/linux-6.12.1/kernel/
Dfork.c643 uprobe_dup_mmap(oldmm, mm); in dup_mmap()