Searched refs:PTRACE_GETSIGINFO (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_freezer.c | 622 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace() 748 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test_arm64.c | 173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 206 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | za-ptrace.c | 282 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
H A D | zt-ptrace.c | 287 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
H A D | sve-ptrace.c | 651 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
|
/openbmc/linux/kernel/ |
H A D | ptrace.c | 1063 case PTRACE_GETSIGINFO: in ptrace_request() 1369 case PTRACE_GETSIGINFO: in compat_ptrace_request()
|
/openbmc/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 462 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-hwbreak.c | 224 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | ptrace.c | 1135 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1118 …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}) =…
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 3115 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST() 3129 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
|