PTRACE_GETSIGINFO 1193 arch/ia64/kernel/ptrace.c return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); PTRACE_GETSIGINFO 403 arch/um/os-Linux/skas/process.c ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); PTRACE_GETSIGINFO 1034 kernel/ptrace.c case PTRACE_GETSIGINFO: PTRACE_GETSIGINFO 1341 kernel/ptrace.c case PTRACE_GETSIGINFO: PTRACE_GETSIGINFO 173 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { PTRACE_GETSIGINFO 679 tools/testing/selftests/cgroup/test_freezer.c if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) PTRACE_GETSIGINFO 805 tools/testing/selftests/cgroup/test_freezer.c if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) PTRACE_GETSIGINFO 2836 tools/testing/selftests/seccomp/seccomp_bpf.c ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); PTRACE_GETSIGINFO 2850 tools/testing/selftests/seccomp/seccomp_bpf.c ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info));