Searched refs:ptraced (Results 1 - 16 of 16) sorted by relevance
/linux-4.1.27/arch/um/kernel/ |
H A D | ptrace.c | 150 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 D | init_task.h | 216 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
|
H A D | ptrace.h | 198 INIT_LIST_HEAD(&child->ptraced); ptrace_init_task() 224 BUG_ON(!list_empty(&task->ptraced)); ptrace_release_task()
|
H A D | sched.h | 1416 * 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 D | ptrace.c | 122 /* 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 D | syscall.S | 205 /* Are we being ptraced? */
|
H A D | entry.S | 1828 /* Are we being ptraced? */
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | process.c | 104 /* Kill off a ptraced child by all means available. kill it normally first,
|
/linux-4.1.27/security/apparmor/ |
H A D | domain.c | 52 * 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 D | yama_lsm.c | 67 * @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 D | ptrace.c | 40 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 D | exit.c | 556 if (unlikely(!list_empty(&father->ptraced))) forget_original_parent() 1441 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { ptrace_do_wait()
|
H A D | signal.c | 507 /* 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 D | entry_32.S | 159 /* 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 D | ptrace.c | 591 * when a thread is stopped (ptraced), debugger might change thread's user
|
H A D | perfmon.c | 3486 * of "ptraced" debug register users to keep the count up to date
|
Completed in 484 milliseconds