Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dptrace.h29 #define PTRACE_GETSIGINFO 0x4202 macro
/linux-4.4.14/kernel/
Dptrace.c867 case PTRACE_GETSIGINFO: in ptrace_request()
1169 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/linux-4.4.14/arch/um/os-Linux/skas/
Dprocess.c378 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2140 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
2155 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c1186 return ptrace_request(child, PTRACE_GETSIGINFO, addr, data); in arch_ptrace()