/external/strace/ |
D | ptrace.h | 139 #ifndef PTRACE_GETEVENTMSG 140 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | process.c | 236 case PTRACE_GETEVENTMSG: in SYS_FUNC() 262 case PTRACE_GETEVENTMSG: in SYS_FUNC()
|
D | README-linux-ptrace | 264 created thread. PTRACE_GETEVENTMSG can be used to retrieve new thread's 271 PTRACE_GETEVENTMSG returns exit status. Registers can be examined 349 ptrace(PTRACE_GETEVENTMSG, pid, 0, &long_var);
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 83 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV… 84 XLAT(PTRACE_GETEVENTMSG),
|
D | ptrace_cmds.in | 23 PTRACE_GETEVENTMSG
|
/external/strace/tests/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1447 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1692 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall() 1728 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 2734 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 2775 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1136 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1349 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall() 2166 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 2202 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 438 PTRACE_GETEVENTMSG = 16897
|
D | sys_amd64.const | 438 PTRACE_GETEVENTMSG = 16897
|
D | sys_arm.const | 438 PTRACE_GETEVENTMSG = 16897
|
D | sys_ppc64le.const | 438 PTRACE_GETEVENTMSG = 16897
|
D | sys_arm64.const | 438 PTRACE_GETEVENTMSG = 16897
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1106 PTRACE_GETEVENTMSG = 0x4201 const
|
D | syscall_linux.go | 1155 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))
|
D | zerrors_linux_mipsle.go | 1376 PTRACE_GETEVENTMSG = 0x4201 const
|
D | zerrors_linux_s390x.go | 1377 PTRACE_GETEVENTMSG = 0x4201 const
|
D | zerrors_linux_arm.go | 1376 PTRACE_GETEVENTMSG = 0x4201 const
|
D | zerrors_linux_ppc64le.go | 1378 PTRACE_GETEVENTMSG = 0x4201 const
|
/external/honggfuzz/linux/ |
D | trace.c | 1151 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &event_msg) == -1) { in arch_traceEvent()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 797 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()
|