Searched refs:PTRACE_GETSIGINFO (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) {
175 "ptrace(PTRACE_GETSIGINFO): %s\n",
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_freezer.c622 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo))
748 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo))
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c282 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
291 ksft_test_result_fail("PTRACE_GETSIGINFO: %s\n",
H A Dzt-ptrace.c287 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
296 ksft_test_result_fail("PTRACE_GETSIGINFO: %s\n",
H A Dsve-ptrace.c651 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
660 ksft_test_result_fail("PTRACE_GETSIGINFO: %s\n",
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c206 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) {
215 ksft_test_result_fail("PTRACE_GETSIGINFO: %s\n",
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c417 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si);
/linux-master/kernel/
H A Dptrace.c1043 case PTRACE_GETSIGINFO:
1349 case PTRACE_GETSIGINFO:
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c224 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3114 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info));
3128 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info));
3133 * At least verify the SIGSTOP via PTRACE_GETSIGINFO.

Completed in 201 milliseconds