Home
last modified time | relevance | path

Searched refs:CLONE_UNTRACED (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/linux-6.12.1/include/uapi/linux/
Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/linux-6.12.1/kernel/
Dvhost_task.c123 .flags = CLONE_FS | CLONE_UNTRACED | CLONE_VM | in vhost_task_create()
Dfork.c2726 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread()
2774 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone()
2840 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread()
2858 CLONE_UNTRACED) & ~CSIGNAL), in user_mode_thread()
/linux-6.12.1/arch/xtensa/kernel/
Dasm-offsets.c127 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()