Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Duprobes.h208 extern void uprobe_copy_process(struct task_struct *t, unsigned long flags);
284 static inline void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() function
/linux-6.15/kernel/events/
H A Duprobes.c2157 void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() function
/linux-6.15/kernel/
H A Dfork.c2663 uprobe_copy_process(p, clone_flags); in copy_process()