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

CONTEXT

44       The signal's sender.
45

SEE ALSO

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