Lines Matching refs:trace
1248 int trace, in copy_process() argument
1574 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace); in copy_process()
1701 int trace = 0; in _do_fork() local
1712 trace = PTRACE_EVENT_VFORK; in _do_fork()
1714 trace = PTRACE_EVENT_CLONE; in _do_fork()
1716 trace = PTRACE_EVENT_FORK; in _do_fork()
1718 if (likely(!ptrace_event_enabled(current, trace))) in _do_fork()
1719 trace = 0; in _do_fork()
1723 child_tidptr, NULL, trace, tls); in _do_fork()
1749 if (unlikely(trace)) in _do_fork()
1750 ptrace_event_pid(trace, pid); in _do_fork()