1PROBE::SIGNAL.SYS_(3stap) Signal Tapset PROBE::SIGNAL.SYS_(3stap)
2
3
4
6 probe::signal.sys_tkill - Sending a kill signal to a thread
7
9 signal.sys_tkill
10
12 sig_name
13 A string representation of the signal
14
15 sig
16 The specific signal sent to the process
17
18 name
19 Name of the probe point
20
21 pid_name
22 The name of the signal recipient
23
24 task
25 A task handle to the signal recipient
26
27 sig_pid
28 The PID of the process receiving the kill signal
29
31 The tkill call is analogous to kill(2), except that it also allows a
32 process within a specific thread group to be targeted. Such processes
33 are targeted through their unique thread IDs (TID).
34
36 tapset::signal(3stap)
37
38
39
40SystemTap Tapset Reference November 2019 PROBE::SIGNAL.SYS_(3stap)