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

CONTEXT

43       The signal's sender.
44
45
46
47SystemTap Tapset Reference        August 2011        PROBE::SIGNAL.SEND(3stap)
Impressum