Searched refs:PTRACE_SYSCALL (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 325 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 349 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 385 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 | 412 !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()
|
/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 | 199 if (ptrace(PTRACE_SYSCALL, pid, 0, 0) < 0) in check_ptrace()
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_getrandom.c | 283 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() 1197 case PTRACE_SYSCALL: in ptrace_request()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1543 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1576 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
|