Home
last modified time | relevance | path

Searched refs:PT_PTRACED (Results 1 – 7 of 7) sorted by relevance

/linux/arch/alpha/kernel/
A Dasm-offsets.c36 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
/linux/include/linux/
A Dptrace.h32 #define PT_PTRACED 0x00000001 macro
162 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
A Dtracehook.h62 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
/linux/arch/h8300/kernel/
A Dasm-offsets.c58 DEFINE(PT_PTRACED, PT_PTRACED); in main()
/linux/arch/um/kernel/
A Dsignal.c56 if ((current->ptrace & PT_DTRACE) && (current->ptrace & PT_PTRACED)) in handle_signal()
A Dptrace.c156 if (ptraced & PT_PTRACED) in syscall_trace_leave()
/linux/kernel/
A Dptrace.c387 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()
389 flags = PT_PTRACED; in ptrace_attach()
498 current->ptrace = PT_PTRACED; in ptrace_traceme()

Completed in 12 milliseconds