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

CONTEXT

44       The signal's sender.
45

SEE ALSO

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