Searched refs:STATE_IGNORED (Results 1 – 3 of 3) sorted by relevance
300 proc->state = STATE_IGNORED; in handle_clone()330 proc->state = STATE_IGNORED; in handle_new()414 if (event->proc->state != STATE_IGNORED && !options.no_signals) { in handle_signal()503 if (event->proc->state != STATE_IGNORED) { in handle_exit()515 if (event->proc->state != STATE_IGNORED) { in handle_exit_signal()563 if (event->proc->state != STATE_IGNORED) { in handle_syscall()583 if (proc->state == STATE_IGNORED) { in handle_exec()605 if (event->proc->state != STATE_IGNORED) { in handle_arch_syscall()627 if (event->proc->state != STATE_IGNORED) { in handle_x_sysret()660 if (proc->state != STATE_IGNORED) { in output_right_tos()[all …]
164 if (ev->proc && ev->proc->state == STATE_IGNORED) { in dispatch_callbacks()
59 STATE_IGNORED /* ignore this process (it's a fork and no -f was used) */ enumerator