Home
last modified time | relevance | path

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

/external/strace/xlat/
Dptrace_setoptions_flags.h26 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T…
27 XLAT(PTRACE_O_TRACECLONE),
Dptrace_setoptions_flags.in4 PTRACE_O_TRACECLONE
/external/strace/
Dptrace.h114 #ifndef PTRACE_O_TRACECLONE
115 # 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.c1824 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
DChangeLog39704 and PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEEXEC|PTRACE_O_TRACECLONE
52059 Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORK
52060 * strace.c (test_ptrace_setoptions): Add PTRACE_O_TRACECLONE and
52141 If PTRACE_O_TRACECLONE et al options are supported by kernel,
52162 tracee. Since PTRACE_O_TRACECLONE/*FORK were introduced to kernel
52165 * defs.h [LINUX]: Define PTRACE_O_TRACECLONE et al macros here.
52181 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on
/external/kernel-headers/original/uapi/linux/
Dptrace.h130 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
/external/strace/tests/
Dptrace.c436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
/external/strace/tests-mx32/
Dptrace.c436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
/external/strace/tests-m32/
Dptrace.c436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs159 PTRACE_O_TRACECLONE;
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1103 pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; constant
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp390 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1937 pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; constant