Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGINFO (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
A Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/linux/tools/testing/selftests/cgroup/
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/tools/testing/selftests/breakpoints/
A Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/linux/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c473 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/linux/kernel/
A Dptrace.c1063 case PTRACE_GETSIGINFO: in ptrace_request()
1376 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/linux/arch/um/os-Linux/skas/
A Dprocess.c464 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-hwbreak.c223 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
/linux/arch/ia64/kernel/
A Dptrace.c1192 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c3046 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
3060 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst1114 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
1122 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…

Completed in 25 milliseconds