Home
last modified time | relevance | path

Searched refs:PTRACE_EVENT_CLONE (Results 1 – 19 of 19) sorted by relevance

/external/strace/
Dptrace.h80 #ifndef PTRACE_EVENT_CLONE
81 # define PTRACE_EVENT_CLONE 3 macro
115 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
Dstrace.c2014 [PTRACE_EVENT_CLONE] = "CLONE", in print_debug_info()
DREADME-linux-ptrace257 PTRACE_EVENT_CLONE - stop before return from clone
/external/strace/xlat/
Dptrace_events.h23 #if defined(PTRACE_EVENT_CLONE) || (defined(HAVE_DECL_PTRACE_EVENT_CLONE) && HAVE_DECL_PTRACE_EVENT…
24 XLAT(PTRACE_EVENT_CLONE),
Dptrace_events.in3 PTRACE_EVENT_CLONE
/external/kernel-headers/original/uapi/linux/
Dptrace.h82 #define PTRACE_EVENT_CLONE 3 macro
94 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
/external/honggfuzz/
Dsubproc.c89 case PTRACE_EVENT_CLONE: in subproc_StatusToStr()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1098 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_mipsle.go1368 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_s390x.go1369 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_arm.go1367 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_ppc64le.go1370 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_mips64.go1368 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_ppc64.go1370 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_amd64.go1370 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_mips64le.go1368 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_386.go1369 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_mips.go1368 PTRACE_EVENT_CLONE = 0x3 const
Dzerrors_linux_arm64.go1370 PTRACE_EVENT_CLONE = 0x3 const