Searched refs:CLONE_PTRACE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
/linux-master/tools/include/uapi/linux/
H A Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
/linux-master/kernel/
H A Dfork.c2446 * child regardless of CLONE_PTRACE.
2564 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace);

Completed in 127 milliseconds