Provided by:
systemtap-doc_0.0.20090214-1ubuntu1_all 
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>
AUTHOR
William Cohen <wcohen@redhat.com>