Searched refs:PTRACE_SETOPTIONS (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | ptrace.h | 9 #define PTRACE_SETOPTIONS 21 macro
|
/openbmc/linux/arch/um/include/shared/ |
H A D | ptrace_user.h | 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ptrace.h | 89 #define PTRACE_SETOPTIONS 21 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | ptrace.h | 28 #define PTRACE_SETOPTIONS 0x4200 macro
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 151 ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, pid, 0, in TEST()
|
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ |
H A D | seccomp_filter.rst | 113 如果追踪器通过 ``ptrace(PTRACE_SETOPTIONS)`` 请求了 ``PTRACE_O_TRACESECCOMP``,
|
/openbmc/linux/kernel/ |
H A D | ptrace.c | 1052 case PTRACE_SETOPTIONS: in ptrace_request()
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | seccomp_filter.rst | 137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1534 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer() 3099 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST() 4389 ASSERT_EQ(-1, ptrace(PTRACE_SETOPTIONS, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP)); in TEST_F()
|