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 name
13 Name of the probe point
14
15 sig_name
16 A string representation of the signal
17
18 sig
19 The specific signal sent to the process
20
21 pid_name
22 The name of the signal recipient
23
24 sig_pid
25 The PID of the process receiving the kill signal
26
28 The tkill call is analogous to kill(2), except that it also allows a
29 process within a specific thread group to be targeted. Such processes
30 are targeted through their unique thread IDs (TID).
31
32
33
34SystemTap Tapset Reference August 2011 PROBE::SIGNAL.SYS_(3stap)