Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptrace.h79 #define PTRACE_SYSCALL_INFO_EXIT 2 macro
/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c231 ASSERT_EQ(PTRACE_SYSCALL_INFO_EXIT, info.op) { in TEST()
/linux/kernel/
H A Dptrace.c957 info->op = PTRACE_SYSCALL_INFO_EXIT; in ptrace_get_syscall_info_exit()