Searched refs:ptraced (Results 1 – 7 of 7) sorted by relevance
144 int ptraced = current->ptrace; in syscall_trace_leave() local149 if (ptraced & PT_DTRACE) in syscall_trace_leave()157 if (ptraced & PT_PTRACED) in syscall_trace_leave()
95 .ptraced = LIST_HEAD_INIT(init_task.ptraced),
204 INIT_LIST_HEAD(&child->ptraced); in ptrace_init_task()230 BUG_ON(!list_empty(&task->ptraced)); in ptrace_release_task()
778 struct list_head ptraced; member
67 list_add(&child->ptrace_entry, &new_parent->ptraced); in __ptrace_link()564 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace()
667 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()1458 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