Searched refs:uprobe_copy_process (Results 1 – 3 of 3) sorted by relevance
133 extern void uprobe_copy_process(struct task_struct *t, unsigned long flags);199 static inline void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() function
1477 void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() function
1617 uprobe_copy_process(p, clone_flags); in copy_process()