Searched refs:ptraced (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/arch/um/kernel/
H A Dptrace.c150 int ptraced = current->ptrace; syscall_trace_leave() local
155 if (ptraced & PT_DTRACE) syscall_trace_leave()
163 if (ptraced & PT_PTRACED) syscall_trace_leave()
/linux-4.1.27/include/linux/
H A Dinit_task.h216 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
H A Dptrace.h198 INIT_LIST_HEAD(&child->ptraced); ptrace_init_task()
224 BUG_ON(!list_empty(&task->ptraced)); ptrace_release_task()
H A Dsched.h1416 * ptraced is the list of tasks this task is using ptrace on.
1418 * p->ptrace_entry is p's link on the p->parent->ptraced list.
1420 struct list_head ptraced; member in struct:task_struct
/linux-4.1.27/arch/parisc/kernel/
H A Dptrace.c122 /* Read the word at location addr in the USER area. For ptraced arch_ptrace()
135 saved if the process is ptraced on syscall entry, and even then arch_ptrace()
226 saved if the process is ptraced on syscall entry, and even then compat_arch_ptrace()
H A Dsyscall.S205 /* Are we being ptraced? */
H A Dentry.S1828 /* Are we being ptraced? */
/linux-4.1.27/arch/um/os-Linux/
H A Dprocess.c104 /* Kill off a ptraced child by all means available. kill it normally first,
/linux-4.1.27/security/apparmor/
H A Ddomain.c52 * may_change_ptraced_domain - check if can change profile on ptraced task
55 * Check if current is ptraced and if so if the tracing task is allowed
72 /* not ptraced */ may_change_ptraced_domain()
693 info = "ptraced"; aa_change_hat()
/linux-4.1.27/security/yama/
H A Dyama_lsm.c67 * @tracee: the task_struct of the process to be ptraced
243 * @tracee: the task_struct of the process to be ptraced
/linux-4.1.27/kernel/
H A Dptrace.c40 list_add(&child->ptrace_entry, &new_parent->ptraced); __ptrace_link()
160 * Check whether @child is being ptraced by %current and ready for further
516 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { exit_ptrace()
H A Dexit.c556 if (unlikely(!list_empty(&father->ptraced))) forget_original_parent()
1441 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { ptrace_do_wait()
H A Dsignal.c507 /* if ptraced, let the tracer determine */ unhandled_signal()
1889 * While ptraced, there are two parents - the ptracer and
1984 * If ptraced, this function doesn't handle stop itself. Instead,
2016 * While ptraced, a task may be resumed while group stop is
2020 * cause two group stops when !ptraced. That is why we
2091 * While ptraced, group stop is handled by STOP trap.
/linux-4.1.27/arch/powerpc/kernel/
H A Dentry_32.S159 /* From user and task is ptraced - load up global dbcr0 */
1117 * Load the DBCR0 value for a task that is being ptraced,
/linux-4.1.27/arch/ia64/kernel/
H A Dptrace.c591 * when a thread is stopped (ptraced), debugger might change thread's user
H A Dperfmon.c3486 * of "ptraced" debug register users to keep the count up to date

Completed in 484 milliseconds