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

NAME

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

SYNOPSIS

9       signal.sys_tkill
10

VALUES

12       pid_name
13           The name of the signal recipient
14
15       sig_pid
16           The PID of the process receiving the kill signal
17
18       task
19           A task handle to the signal recipient
20
21       sig
22           The specific signal sent to the process
23
24       sig_name
25           A string representation of the signal
26
27       name
28           Name of the probe point
29

DESCRIPTION

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

SEE ALSO

36       tapset::signal(3stap)
37
38
39
40SystemTap Tapset Reference       October 2018        PROBE::SIGNAL.SYS_(3stap)
Impressum