Searched refs:ptraced (Results 1 – 7 of 7) sorted by relevance
151 int ptraced = current->ptrace; in syscall_trace_leave() local156 if (ptraced & PT_DTRACE) in syscall_trace_leave()164 if (ptraced & PT_PTRACED) in syscall_trace_leave()
199 INIT_LIST_HEAD(&child->ptraced); in ptrace_init_task()225 BUG_ON(!list_empty(&task->ptraced)); in ptrace_release_task()
217 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
1509 struct list_head ptraced; member
40 list_add(&child->ptrace_entry, &new_parent->ptraced); in __ptrace_link()516 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace()
556 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()1445 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
2475 ptraced for system call interception, so gdb can't ptrace them.3083 process is being ptraced by the signal thread, so it must be detached