1PROBE::SIGNAL.SEND(3stap) Signal Tapset PROBE::SIGNAL.SEND(3stap)
2
3
4
6 probe::signal.send_sig_queue - Queuing a signal to a process
7
9 signal.send_sig_queue
10
12 sigqueue_addr
13 The address of the signal queue
14
15 name
16 Name of the probe point
17
18 sig_name
19 A string representation of the signal
20
21 sig
22 The queued signal
23
24 pid_name
25 Name of the process to which the signal is queued
26
27 sig_pid
28 The PID of the process to which the signal is queued
29
31 tapset::signal(3stap)
32
33
34
35SystemTap Tapset Reference June 2018 PROBE::SIGNAL.SEND(3stap)