Searched refs:PTRACE_PEEKSIGINFO (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw);
83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg,
91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro);
122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo);
/linux-master/include/uapi/linux/
H A Dptrace.h57 #define PTRACE_PEEKSIGINFO 0x4209 macro
/linux-master/kernel/
H A Dptrace.c1039 case PTRACE_PEEKSIGINFO:

Completed in 111 milliseconds