Home
last modified time | relevance | path

Searched refs:PTRACE_SETOPTIONS (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
H A Dptrace.h28 #define PTRACE_SETOPTIONS 0x4200 macro
/linux/arch/um/os-Linux/
H A Dstart_up.c149 if ((ptrace(PTRACE_SETOPTIONS, pid, 0, in check_sysemu()
202 if ((ptrace(PTRACE_SETOPTIONS, pid, 0, in check_ptrace()
/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c151 ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, pid, 0, in TEST()
H A Dset_syscall_info.c410 ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, tracee_pid, in TEST()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst113 如果追踪器通过 ``ptrace(PTRACE_SETOPTIONS)`` 请求了 ``PTRACE_O_TRACESECCOMP``,
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_getrandom.c277 ksft_assert(ptrace(PTRACE_SETOPTIONS, child, 0, PTRACE_O_TRACESYSGOOD) == 0); in kselftest()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c515 if (ptrace(PTRACE_SETOPTIONS, mm_id->pid, NULL, in start_userspace()
/linux/kernel/
H A Dptrace.c1157 case PTRACE_SETOPTIONS: in ptrace_request()
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1556 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
3114 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
4465 ASSERT_EQ(-1, ptrace(PTRACE_SETOPTIONS, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP)); in TEST_F()