Home
last modified time | relevance | path

Searched refs:PTRACE_PEEKSIGINFO_SHARED (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dptrace.h70 #define PTRACE_PEEKSIGINFO_SHARED (1 << 0) macro
/linux-4.4.14/tools/testing/selftests/ptrace/
Dpeeksiginfo.c112 arg.flags = PTRACE_PEEKSIGINFO_SHARED; in check_direct_path()
/linux-4.4.14/kernel/
Dptrace.c650 if (arg.flags & ~PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()
656 if (arg.flags & PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()