Searched refs:PTRACE_PEEKSIGINFO (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); in check_error_paths() 83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, in check_error_paths() 91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); in check_error_paths() 122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); in check_direct_path()
|
/linux-5.19.10/include/uapi/linux/ |
D | ptrace.h | 57 #define PTRACE_PEEKSIGINFO 0x4209 macro
|
/linux-5.19.10/kernel/ |
D | ptrace.c | 1058 case PTRACE_PEEKSIGINFO: in ptrace_request()
|