1PROBE::SIGNAL.SYSK(3stap) Signal Tapset PROBE::SIGNAL.SYSK(3stap)
2
3
4
6 probe::signal.syskill - Sending kill signal to a process
7
9 signal.syskill
10
12 pid_name
13 The name of the signal recipient
14
15 sig
16 The specific signal sent to the process
17
18 task
19 A task handle to the signal recipient
20
21 sig_pid
22 The PID of the process receiving the signal
23
24 sig_name
25 A string representation of the signal
26
27 name
28 Name of the probe point
29
31 tapset::signal(3stap)
32
33
34
35SystemTap Tapset Reference October 2018 PROBE::SIGNAL.SYSK(3stap)