Searched refs:PTRACE_GETEVENTMSG (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
A D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/linux/kernel/ |
A D | ptrace.c | 1055 case PTRACE_GETEVENTMSG: in ptrace_request() 1372 case PTRACE_GETEVENTMSG: in compat_ptrace_request()
|
/linux/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 1619 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke() 1965 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_seccomp() 2021 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace() 3040 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST() 3082 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
|
/linux/Documentation/userspace-api/ |
A D | seccomp_filter.rst | 140 via ``PTRACE_GETEVENTMSG``.
|
Completed in 14 milliseconds