Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

probe::signal.send


Name

probe::signal.send — Signal being sent to a process

Synopsis

signal.send 

Values

send2queue
Indicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2.1)
pid_name
The name of the signal recipient
task
A task handle to the signal recipient
sig_name
A string representation of the signal
sinfo
The address of siginfo struct
shared
Indicates whether the signal is shared by the thread group
si_code
Indicates the signal type
name
The name of the function used to send out the signal
sig
The number of the signal
sig_pid
The PID of the process receiving the signal

Context

The signal's sender.