taglinefilesource code
PF_PTRACED559arch/i386/ibcs/binfmt_coff.cif (current->flags & PF_PTRACED)
PF_PTRACED557arch/i386/ibcs/binfmt_elf.cif (current->flags & PF_PTRACED)
PF_PTRACED281arch/i386/kernel/ptrace.cif (current->flags & PF_PTRACED)
PF_PTRACED284arch/i386/kernel/ptrace.ccurrent->flags |= PF_PTRACED;
PF_PTRACED301arch/i386/kernel/ptrace.cif (child->flags & PF_PTRACED)
PF_PTRACED303arch/i386/kernel/ptrace.cchild->flags |= PF_PTRACED;
PF_PTRACED312arch/i386/kernel/ptrace.cif (!(child->flags & PF_PTRACED))
PF_PTRACED483arch/i386/kernel/ptrace.cchild->flags &= ~(PF_PTRACED|PF_TRACESYS);
PF_PTRACED502arch/i386/kernel/ptrace.cif ((current->flags & (PF_PTRACED|PF_TRACESYS))
PF_PTRACED503arch/i386/kernel/ptrace.c!= (PF_PTRACED|PF_TRACESYS))
PF_PTRACED159arch/i386/kernel/signal.cif ((current->flags & PF_PTRACED) && signr != SIGKILL) {
PF_PTRACED191arch/i386/kernel/signal.cif (current->flags & PF_PTRACED)
PF_PTRACED41arch/i386/kernel/traps.cif (signr == SIGTRAP && current->flags & PF_PTRACED) \
PF_PTRACED169arch/i386/kernel/traps.cif (current->flags & PF_PTRACED)
PF_PTRACED310arch/i386/kernel/vm86.cif (current->flags & PF_PTRACED)
PF_PTRACED219arch/i386/math-emu/fpu_entry.cif (current->flags & PF_PTRACED)
PF_PTRACED641fs/binfmt_elf.cif (current->flags & PF_PTRACED)
PF_PTRACED601fs/exec.cif (current->flags & PF_PTRACED) {
PF_PTRACED852fs/exec.cif (current->flags & PF_PTRACED)
PF_PTRACED30kernel/exit.cif (p->flags & PF_PTRACED) {
PF_PTRACED440kernel/exit.cp->flags &= ~(PF_PTRACED|PF_TRACESYS);
PF_PTRACED533kernel/exit.cif (!(options & WUNTRACED) && !(p->flags & PF_PTRACED))
PF_PTRACED189kernel/fork.cp->flags &= ~(PF_PTRACED|PF_TRACESYS);