1PROBE::SIGNAL.SEND(3stap)        Signal Tapset       PROBE::SIGNAL.SEND(3stap)
2
3
4

NAME

6       probe::signal.send - Signal being sent to a process
7

SYNOPSIS

9       signal.send
10

VALUES

12       send2queue
13           Indicates whether the signal is sent to an existing sigqueue
14           (deprecated in SystemTap 2.1)
15
16       sig
17           The number of the signal
18
19       sig_pid
20           The PID of the process receiving the signal
21
22       shared
23           Indicates whether the signal is shared by the thread group
24
25       sig_name
26           A string representation of the signal
27
28       name
29           The name of the function used to send out the signal
30
31       task
32           A task handle to the signal recipient
33
34       si_code
35           Indicates the signal type
36
37       pid_name
38           The name of the signal recipient
39
40       sinfo
41           The address of siginfo struct
42

CONTEXT

44       The signal's sender.
45

SEE ALSO

47       tapset::signal(3stap)
48
49
50
51SystemTap Tapset Reference       November 2022       PROBE::SIGNAL.SEND(3stap)
Impressum