probe signal.send — Fires when a system call or kernel function sends a signal to a process.
probe signal.send
nameThe name of the function used to send out the signal
taskA task handle to the signal recipient
sinfoThe address of <command>siginfo</command> struct
si_codeIndicates the signal type
sig_nameA string representation of the signal
sigThe number of the signal
shared
Indicates whether the signal is shared by the thread group
send2queue- Indicates whether the signal is sent to an existing <command>sigqueue</command>
sig_pidThe PID of the process receiving the signal
pid_nameThe name of the signal recipient