Home
last modified time | relevance | path

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

12

/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()
/external/kernel-headers/original/uapi/linux/
Dptrace.h94 #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-m32/
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/syzkaller/sys/linux/
Dsys_386.const447 PTRACE_O_TRACECLONE = 8
Dsys_amd64.const447 PTRACE_O_TRACECLONE = 8
Dsys_arm.const447 PTRACE_O_TRACECLONE = 8
Dsys_ppc64le.const447 PTRACE_O_TRACECLONE = 8
Dsys_arm64.const447 PTRACE_O_TRACECLONE = 8
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1121 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_mipsle.go1392 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_s390x.go1390 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_arm.go1396 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_ppc64le.go1395 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_mips64.go1392 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_ppc64.go1395 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_amd64.go1393 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_mips64le.go1392 PTRACE_O_TRACECLONE = 0x8 const
Dzerrors_linux_386.go1392 PTRACE_O_TRACECLONE = 0x8 const
/external/honggfuzz/linux/
Dtrace.c1318 PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK | PTRACE_O_EXITKILL; in arch_traceAttach()

12