Home
last modified time | relevance | path

Searched refs:STATE_IGNORED (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dhandle_event.c300 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 …]
Dlibltrace.c164 if (ev->proc && ev->proc->state == STATE_IGNORED) { in dispatch_callbacks()
Dproc.h59 STATE_IGNORED /* ignore this process (it's a fork and no -f was used) */ enumerator