Name

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

Synopsis

signal.send 

Values

sinfo

The address of siginfo struct

name

The name of the function used to send out the signal

sig_name

A string representation of the signal

pid_name

The name of the signal recipient

shared

Indicates whether the signal is shared by the thread group

sig

The number of the signal

sig_pid

The PID of the process receiving the signal

task

A task handle to the signal recipient

si_code

Indicates the signal type

send2queue

Indicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2.1)

Context

The signal's sender.