Home
last modified time | relevance | path

Searched refs:PTRACE_GETEVENTMSG (Results 1 – 25 of 36) sorted by relevance

12

/external/strace/
Dptrace.h139 #ifndef PTRACE_GETEVENTMSG
140 # define PTRACE_GETEVENTMSG 0x4201 macro
Dprocess.c236 case PTRACE_GETEVENTMSG: in SYS_FUNC()
262 case PTRACE_GETEVENTMSG: in SYS_FUNC()
DREADME-linux-ptrace264 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/
Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/external/strace/xlat/
Dptrace_cmds.h83 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV…
84 XLAT(PTRACE_GETEVENTMSG),
Dptrace_cmds.in23 PTRACE_GETEVENTMSG
/external/strace/tests/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests-m32/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests-mx32/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1447 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/
Dseccomp_bpf.c1136 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/
Dsys_386.const438 PTRACE_GETEVENTMSG = 16897
Dsys_amd64.const438 PTRACE_GETEVENTMSG = 16897
Dsys_arm.const438 PTRACE_GETEVENTMSG = 16897
Dsys_ppc64le.const438 PTRACE_GETEVENTMSG = 16897
Dsys_arm64.const438 PTRACE_GETEVENTMSG = 16897
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1106 PTRACE_GETEVENTMSG = 0x4201 const
Dsyscall_linux.go1155 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))
Dzerrors_linux_mipsle.go1376 PTRACE_GETEVENTMSG = 0x4201 const
Dzerrors_linux_s390x.go1377 PTRACE_GETEVENTMSG = 0x4201 const
Dzerrors_linux_arm.go1376 PTRACE_GETEVENTMSG = 0x4201 const
Dzerrors_linux_ppc64le.go1378 PTRACE_GETEVENTMSG = 0x4201 const
/external/honggfuzz/linux/
Dtrace.c1151 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &event_msg) == -1) { in arch_traceEvent()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c797 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()

12