Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/linux-6.12.1/kernel/
Dfork.c2550 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace); in copy_process()