newmm 121 include/linux/uprobes.h extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm); newmm 184 include/linux/uprobes.h uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) newmm 1578 kernel/events/uprobes.c void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) newmm 1581 kernel/events/uprobes.c set_bit(MMF_HAS_UPROBES, &newmm->flags); newmm 1583 kernel/events/uprobes.c set_bit(MMF_RECALC_UPROBES, &newmm->flags);