sys_ptrace 502 arch/sh/kernel/ptrace_64.c return sys_ptrace(request, pid, addr, data); sys_ptrace 649 include/linux/syscalls.h asmlinkage long sys_ptrace(long request, long pid, unsigned long addr, sys_ptrace 386 include/uapi/asm-generic/unistd.h __SYSCALL(__NR_ptrace, sys_ptrace) sys_ptrace 386 tools/include/uapi/asm-generic/unistd.h __SYSCALL(__NR_ptrace, sys_ptrace) sys_ptrace 86 tools/testing/selftests/ptrace/get_syscall_info.c ASSERT_EQ(0, sys_ptrace(PTRACE_TRACEME, 0, 0, 0)) { sys_ptrace 151 tools/testing/selftests/ptrace/get_syscall_info.c ASSERT_EQ(0, sys_ptrace(PTRACE_SETOPTIONS, pid, 0, sys_ptrace 155 tools/testing/selftests/ptrace/get_syscall_info.c ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, sys_ptrace 178 tools/testing/selftests/ptrace/get_syscall_info.c ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, sys_ptrace 263 tools/testing/selftests/ptrace/get_syscall_info.c ASSERT_EQ(0, sys_ptrace(PTRACE_SYSCALL, pid, 0, 0)) { sys_ptrace 73 tools/testing/selftests/ptrace/peeksiginfo.c ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); sys_ptrace 83 tools/testing/selftests/ptrace/peeksiginfo.c ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, sys_ptrace 91 tools/testing/selftests/ptrace/peeksiginfo.c ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); sys_ptrace 122 tools/testing/selftests/ptrace/peeksiginfo.c ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); sys_ptrace 188 tools/testing/selftests/ptrace/peeksiginfo.c if (sys_ptrace(PTRACE_ATTACH, child, NULL, NULL) == -1) sys_ptrace 213 tools/testing/selftests/ptrace/peeksiginfo.c if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1)