Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/Linux-v5.4/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in arun_test()
/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_freezer.c678 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/
Dprocess.c403 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/Linux-v5.4/kernel/
Dptrace.c1029 case PTRACE_GETSIGINFO: in ptrace_request()
1336 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2835 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/
Dptrace.c1193 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()