Searched refs:ptraced (Results 1 – 8 of 8) sorted by relevance
142 int ptraced = current->ptrace; in syscall_trace_leave() local155 if (ptraced & PT_PTRACED) in syscall_trace_leave()
4 - Ensure ptraced processes actually see the register state visible through
105 .ptraced = LIST_HEAD_INIT(init_task.ptraced),
203 INIT_LIST_HEAD(&child->ptraced); in ptrace_init_task()229 BUG_ON(!list_empty(&task->ptraced)); in ptrace_release_task()
999 struct list_head ptraced; member
73 list_add(&child->ptrace_entry, &new_parent->ptraced); in __ptrace_link()618 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace()
693 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()1510 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
1103 that are already ptraced by UML as a part of its MMU emulation.