Lines Matching refs:trace
1244 int trace) in copy_process() argument
1558 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace); in copy_process()
1684 int trace = 0; in do_fork() local
1695 trace = PTRACE_EVENT_VFORK; in do_fork()
1697 trace = PTRACE_EVENT_CLONE; in do_fork()
1699 trace = PTRACE_EVENT_FORK; in do_fork()
1701 if (likely(!ptrace_event_enabled(current, trace))) in do_fork()
1702 trace = 0; in do_fork()
1706 child_tidptr, NULL, trace); in do_fork()
1732 if (unlikely(trace)) in do_fork()
1733 ptrace_event_pid(trace, pid); in do_fork()