1PROBE::SIGNAL.SYS_(3stap)        Signal Tapset       PROBE::SIGNAL.SYS_(3stap)
2
3
4

NAME

6       probe::signal.sys_tgkill - Sending kill signal to a thread group
7

SYNOPSIS

9       signal.sys_tgkill
10

VALUES

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 kill signal sent to the process
20
21       tgid
22           The thread group ID of the thread receiving the kill signal
23
24       pid_name
25           The name of the signal recipient
26
27       sig_pid
28           The PID of the thread receiving the kill signal
29

DESCRIPTION

31       The tgkill call is similar to tkill, except that it also allows the
32       caller to specify the thread group ID of the thread to be signalled.
33       This protects against TID reuse.
34
35
36
37SystemTap Tapset Reference        August 2011        PROBE::SIGNAL.SYS_(3stap)
Impressum