Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/os-Linux/
Dstart_up.c141 if ((ptrace(PTRACE_SETOPTIONS, pid, 0, in check_sysemu()
194 if ((ptrace(PTRACE_SETOPTIONS, pid, 0, in check_ptrace()
/linux-6.12.1/include/uapi/linux/
Dptrace.h28 #define PTRACE_SETOPTIONS 0x4200 macro
/linux-6.12.1/tools/testing/selftests/ptrace/
Dget_syscall_info.c151 ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, pid, 0, in TEST()
/linux-6.12.1/Documentation/translations/zh_CN/userspace-api/
Dseccomp_filter.rst113 如果追踪器通过 ``ptrace(PTRACE_SETOPTIONS)`` 请求了 ``PTRACE_O_TRACESECCOMP``,
/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_test_getrandom.c276 ksft_assert(ptrace(PTRACE_SETOPTIONS, child, 0, PTRACE_O_TRACESYSGOOD) == 0); in kselftest()
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c317 if (ptrace(PTRACE_SETOPTIONS, pid, NULL, in start_userspace()
/linux-6.12.1/kernel/
Dptrace.c1032 case PTRACE_SETOPTIONS: in ptrace_request()
/linux-6.12.1/Documentation/userspace-api/
Dseccomp_filter.rst137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1536 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
3100 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
4444 ASSERT_EQ(-1, ptrace(PTRACE_SETOPTIONS, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP)); in TEST_F()