Searched refs:PTRACE_SETOPTIONS (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/um/include/shared/ |
D | ptrace_user.h | 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS
|
/Linux-v5.4/include/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_SETOPTIONS 0x4200 macro
|
/Linux-v5.4/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 151 ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, pid, 0, in TEST()
|
/Linux-v5.4/kernel/ |
D | ptrace.c | 1018 case PTRACE_SETOPTIONS: in ptrace_request()
|
/Linux-v5.4/Documentation/userspace-api/ |
D | seccomp_filter.rst | 137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
|
/Linux-v5.4/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1392 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer() 2820 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
|