Name

probe signal.flush — Fires when all pending signals for a task are flushed

Synopsis

probe signal.flush 

Values

task

The task handler of the process performing the flush

pid_name

The name of the process associated with the task performing the flush

sig_pid

The PID of the process associated with the task performing the flush

Synopsis

<programlisting>void flush_signals(struct task_struct *t)</programlisting>