Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dptrace.h32 #define PT_PTRACED 0x00000001 macro
154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
417 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
/linux-5.19.10/arch/alpha/kernel/
Dasm-offsets.c36 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
/linux-5.19.10/arch/um/kernel/
Dsignal.c56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
Dptrace.c155 if (ptraced & PT_PTRACED) in syscall_trace_leave()
/linux-5.19.10/kernel/
Dptrace.c409 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()
411 flags = PT_PTRACED; in ptrace_attach()
520 current->ptrace = PT_PTRACED; in ptrace_traceme()