Lines Matching refs:trace
111 #include <trace/events/sched.h>
115 #include <trace/events/task.h>
1884 int trace,
2309 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace);
2495 int trace = 0;
2520 trace = PTRACE_EVENT_VFORK;
2522 trace = PTRACE_EVENT_CLONE;
2524 trace = PTRACE_EVENT_FORK;
2526 if (likely(!ptrace_event_enabled(current, trace)))
2527 trace = 0;
2530 p = copy_process(NULL, trace, NUMA_NO_NODE, args);
2558 if (unlikely(trace))
2559 ptrace_event_pid(trace, pid);