Lines Matching refs:ptrace
23 #include <linux/ptrace.h>
97 return !t->ptrace;
503 return !tsk->ptrace;
752 * This function schedules sticky ptrace trap which is cleared on the next
767 WARN_ON_ONCE(!(t->ptrace & PT_SEIZED));
814 if (likely(!(t->ptrace & PT_SEIZED)))
914 (sig == SIGKILL || !t->ptrace)) {
1585 BUG_ON(!tsk->ptrace &&
1632 if (!tsk->ptrace && sig == SIGCHLD &&
1734 if (!likely(current->ptrace))
1769 * This should be the path for all ptrace stops.
1772 * being ptrace-stopped vs being job-control-stopped.
1786 * ptrace stop. This is allowed to block, e.g. for faults
1943 * %false if group stop is already cancelled or ptrace trap is scheduled.
1978 * continued events regardless of ptrace.
1998 if (likely(!(t->ptrace & PT_SEIZED)))
2006 if (likely(!current->ptrace)) {
2049 * do_jobctl_trap - take care of ptrace jobctl traps
2068 if (current->ptrace & PT_SEIZED) {
2205 if (unlikely(current->ptrace) && signr != SIGKILL) {