Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACECLONE (Results 1 – 8 of 8) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h51 #ifndef PTRACE_O_TRACECLONE
52 # define PTRACE_O_TRACECLONE 0x00000008 macro
Dtrace.c130 PTRACE_O_TRACEVFORK | PTRACE_O_TRACECLONE | in trace_set_options()
/external/strace/xlat/
Dptrace_setoptions_flags.h20 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T…
21 XLAT(PTRACE_O_TRACECLONE),
Dptrace_setoptions_flags.in4 PTRACE_O_TRACECLONE
/external/strace/
Dptrace.h107 #ifndef PTRACE_O_TRACECLONE
108 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
DREADME-linux-ptrace359 PTRACE_O_TRACECLONE options.
394 If PTRACE_O_TRACE[V]FORK or PTRACE_O_TRACECLONE options are in effect,
Dstrace.c1684 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
/external/kernel-headers/original/uapi/linux/
Dptrace.h87 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro