probe::signal.send — Signal being sent to a process
signal.send
sig_nameA string representation of the signal
taskA task handle to the signal recipient
sigThe number of the signal
send2queueIndicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2.1)
sharedIndicates whether the signal is shared by the thread group
nameThe name of the function used to send out the signal
sinfoThe address of siginfo struct
si_codeIndicates the signal type
sig_pidThe PID of the process receiving the signal
pid_nameThe name of the signal recipient