Searched refs:PTRACE_SYSCALL (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| H A D | ptrace_syscall.c | 305 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 329 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 365 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace()
|
| H A D | test_syscall_vdso.c | 372 ptrace(PTRACE_SYSCALL, pid, 0L, 0L /*sig*/); in ptrace_me()
|
| H A D | syscall_numbering.c | 413 !ptrace(PTRACE_SYSCALL, testpid, NULL, NULL)); in syscall_numbering_tracer()
|
| /linux/include/uapi/linux/ |
| H A D | ptrace.h | 25 #define PTRACE_SYSCALL 24 macro
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | get_syscall_info.c | 263 ASSERT_EQ(0, sys_ptrace(PTRACE_SYSCALL, pid, 0, 0)) { in TEST()
|
| H A D | set_syscall_info.c | 511 ASSERT_EQ(0, sys_ptrace(PTRACE_SYSCALL, tracee_pid, 0, 0)) { in TEST()
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 291 case PTRACE_SYSCALL: in compat_arch_ptrace()
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 207 if (ptrace(PTRACE_SYSCALL, pid, 0, 0) < 0) in check_ptrace()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getrandom.c | 284 ksft_assert(ptrace(PTRACE_SYSCALL, child, 0, 0) == 0); in kselftest()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | syscall64-abi.rst | 114 When ptracing system calls (PTRACE_SYSCALL), the pt_regs.trap value contains
|
| /linux/kernel/ |
| H A D | ptrace.c | 829 if (request == PTRACE_SYSCALL) in ptrace_resume() 1322 case PTRACE_SYSCALL: in ptrace_request()
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1563 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1596 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
|