Searched refs:TASK_TRACED (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/kernel/
H A Dptrace.c54 * ptrace_check_attach() and here, it's guaranteed to be in TASK_TRACED.
60 * up from TASK_TRACED.
62 * If the ptracee is in TASK_TRACED and needs to be moved to TASK_STOPPED,
110 * If transition to TASK_STOPPED is pending or in TASK_TRACED, kick __ptrace_unlink()
112 * is in TASK_TRACED; otherwise, we might unduly disrupt __ptrace_unlink()
151 task->state = TASK_TRACED; ptrace_unfreeze_traced()
158 * @ignore_state: don't check whether @child is currently %TASK_TRACED
162 * %TASK_TRACED state and on return the child is guaranteed to be traced
H A Dexit.c1141 * wait_task_stopped - Wait for %TASK_STOPPED or %TASK_TRACED
1146 * Handle sys_wait4() work for %p in state %TASK_STOPPED or %TASK_TRACED.
H A Dsignal.c1797 * block in TASK_TRACED. But PTRACE_EVENT_EXIT can be reported may_ptrace_stop()
1843 * siglock. That must prevent us from sleeping in TASK_TRACED.
1860 set_current_state(TASK_TRACED); variable
1870 * TASK_TRACED is entered - ignore it.
2078 * TASK_TRACED.
/linux-4.1.27/include/linux/
H A Dptrace.h275 * @task: either current or a task stopped in %TASK_TRACED
289 * @task: either current or a task stopped in %TASK_TRACED
318 * @task: either current or a task stopped in %TASK_TRACED
H A Dregset.h128 * thread that is in %TASK_STOPPED or %TASK_TRACED state, that we are
H A Dsched.h226 #define TASK_TRACED (TASK_WAKEKILL | __TASK_TRACED) macro
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_support.c584 res |= TASK_TRACED; kdb_task_state_string()
635 (p->state & TASK_TRACED) ? 'C' : kdb_task_state_char()
/linux-4.1.27/arch/ia64/kernel/
H A Dptrace.c634 * TASK_TRACED momentarily while we operate on it. This ensures ptrace_attach_sync_user_rbs()
646 child->state = TASK_TRACED; ptrace_attach_sync_user_rbs()
666 if (child->state == TASK_TRACED && ptrace_attach_sync_user_rbs()

Completed in 171 milliseconds