Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h74 #ifndef PTRACE_EVENT_FORK
75 # define PTRACE_EVENT_FORK 1 macro
109 # define PTRACE_O_TRACEFORK (1 << PTRACE_EVENT_FORK)
Dstrace.c2015 [PTRACE_EVENT_FORK] = "FORK", in print_debug_info()
DREADME-linux-ptrace255 PTRACE_EVENT_FORK - stop before return from fork/clone+SIGCHLD
/external/strace/xlat/
Dptrace_events.h17 #if defined(PTRACE_EVENT_FORK) || (defined(HAVE_DECL_PTRACE_EVENT_FORK) && HAVE_DECL_PTRACE_EVENT_F…
18 XLAT(PTRACE_EVENT_FORK),
Dptrace_events.in1 PTRACE_EVENT_FORK
/external/kernel-headers/original/uapi/linux/
Dptrace.h116 #define PTRACE_EVENT_FORK 1 macro
128 #define PTRACE_O_TRACEFORK (1 << PTRACE_EVENT_FORK)
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs128 PTRACE_EVENT_FORK,
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1110 pub const PTRACE_EVENT_FORK: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1947 pub const PTRACE_EVENT_FORK: ::c_int = 1; constant