Searched refs:PTRACE_GETSIGINFO (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | ptrace.h | 30 #define PTRACE_GETSIGINFO 0x4202 macro
|
| /Linux-v5.4/tools/testing/selftests/breakpoints/ |
| D | breakpoint_test_arm64.c | 173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in arun_test()
|
| /Linux-v5.4/tools/testing/selftests/cgroup/ |
| D | test_freezer.c | 678 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace() 804 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
|
| /Linux-v5.4/arch/um/os-Linux/skas/ |
| D | process.c | 403 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
|
| /Linux-v5.4/kernel/ |
| D | ptrace.c | 1029 case PTRACE_GETSIGINFO: in ptrace_request() 1336 case PTRACE_GETSIGINFO: in compat_ptrace_request()
|
| /Linux-v5.4/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 2835 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST() 2849 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | ptrace.c | 1193 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()
|