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 pid_name
13 Name of the process to which the signal is queued
14
15 sigqueue_addr
16 The address of the signal queue
17
18 name
19 Name of the probe point
20
21 sig_pid
22 The PID of the process to which the signal is queued
23
24 sig
25 The queued signal
26
27 sig_name
28 A string representation of the signal
29
31 tapset::signal(3stap)
32
33
34
35SystemTap Tapset Reference November 2020 PROBE::SIGNAL.SEND(3stap)