Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGINFO (Results 1 – 11 of 11) sorted by last modified time

/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c622 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace()
748 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
/linux/kernel/
H A Dptrace.c1043 case PTRACE_GETSIGINFO: in ptrace_request()
1349 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3114 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
3128 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c224 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1118 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
1126 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c206 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/linux/include/uapi/linux/
H A Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/linux/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c282 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
H A Dsve-ptrace.c651 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
H A Dzt-ptrace.c287 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()