Home
last modified time | relevance | path

Searched refs:ptraced (Results 1 – 6 of 6) sorted by relevance

/linux/arch/um/kernel/
H A Dptrace.c143 int ptraced = current->ptrace; in syscall_trace_leave() local
159 if (ptraced & PT_PTRACED) in syscall_trace_leave()
/linux/tools/testing/selftests/arm64/fp/
H A DTODO4 - Ensure ptraced processes actually see the register state visible through
/linux/include/linux/
H A Dptrace.h203 INIT_LIST_HEAD(&child->ptraced); in ptrace_init_task()
229 BUG_ON(!list_empty(&task->ptraced)); in ptrace_release_task()
H A Dsched.h1083 * 'ptraced' is the list of tasks this task is using ptrace() on.
1086 * 'ptrace_entry' is this task's link on the p->parent->ptraced list.
1088 struct list_head ptraced; member
/linux/kernel/
H A Dexit.c702 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()
1583 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1105 that are already ptraced by UML as a part of its MMU emulation.