Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h59 #ifndef PTRACE_O_TRACEVFORKDONE
60 # define PTRACE_O_TRACEVFORKDONE 0x00000020 macro
/external/strace/xlat/
Dptrace_setoptions_flags.h26 #if defined(PTRACE_O_TRACEVFORKDONE) || (defined(HAVE_DECL_PTRACE_O_TRACEVFORKDONE) && HAVE_DECL_PT…
27 XLAT(PTRACE_O_TRACEVFORKDONE),
Dptrace_setoptions_flags.in6 PTRACE_O_TRACEVFORKDONE
/external/strace/
Dptrace.h113 #ifndef PTRACE_O_TRACEVFORKDONE
114 # define PTRACE_O_TRACEVFORKDONE (1 << PTRACE_EVENT_VFORK_DONE) macro
/external/kernel-headers/original/uapi/linux/
Dptrace.h89 #define PTRACE_O_TRACEVFORKDONE (1 << PTRACE_EVENT_VFORK_DONE) macro