Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACEFORK (Results 1 – 9 of 9) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h43 #ifndef PTRACE_O_TRACEFORK
44 # define PTRACE_O_TRACEFORK 0x00000002 macro
Dtrace.c129 long options = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEFORK | in trace_set_options()
/external/strace/xlat/
Dptrace_setoptions_flags.h7 #if defined(PTRACE_O_TRACEFORK) || (defined(HAVE_DECL_PTRACE_O_TRACEFORK) && HAVE_DECL_PTRACE_O_TRA…
8 XLAT(PTRACE_O_TRACEFORK),
Dptrace_setoptions_flags.in2 PTRACE_O_TRACEFORK
/external/kernel-headers/original/uapi/linux/
Dptrace.h83 #define PTRACE_O_TRACEFORK (1 << PTRACE_EVENT_FORK) macro
/external/strace/
Ddefs.h197 # define PTRACE_O_TRACEFORK 0x00000002 macro
Dconfigure.ac287 PTRACE_O_TRACEFORK,
Dsyscall.c1662 & (PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK)) in internal_fork()
1663 == (PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK)) in internal_fork()
Dstrace.c1333 PTRACE_O_TRACEFORK | in test_ptrace_setoptions_followfork()