Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h125 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
/openbmc/linux/kernel/events/
H A Duprobes.c1793 void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() function
/openbmc/linux/kernel/
H A Dfork.c2730 uprobe_copy_process(p, clone_flags); in copy_process()