Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h123 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);
186 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/openbmc/linux/kernel/events/
H A Duprobes.c1571 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() function
/openbmc/linux/kernel/
H A Dfork.c663 uprobe_dup_mmap(oldmm, mm); in dup_mmap()