Searched refs:PTRACE_O_TRACECLONE (Results 1 – 8 of 8) sorted by relevance
51 #ifndef PTRACE_O_TRACECLONE52 # define PTRACE_O_TRACECLONE 0x00000008 macro
130 PTRACE_O_TRACEVFORK | PTRACE_O_TRACECLONE | in trace_set_options()
20 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T…21 XLAT(PTRACE_O_TRACECLONE),
4 PTRACE_O_TRACECLONE
107 #ifndef PTRACE_O_TRACECLONE108 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
359 PTRACE_O_TRACECLONE options.394 If PTRACE_O_TRACE[V]FORK or PTRACE_O_TRACECLONE options are in effect,
1684 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
87 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro