1PROBE::SIGNAL.CHEC(3stap) Signal Tapset PROBE::SIGNAL.CHEC(3stap)
2
3
4
6 probe::signal.checkperm - Check being performed on a sent signal
7
9 signal.checkperm
10
12 sig_pid
13 The PID of the process receiving the signal
14
15 sig_name
16 A string representation of the signal
17
18 task
19 A task handle to the signal recipient
20
21 name
22 Name of the probe point
23
24 sig
25 The number of the signal
26
27 pid_name
28 Name of the process receiving the signal
29
30 si_code
31 Indicates the signal type
32
33 sinfo
34 The address of the siginfo structure
35
37 tapset::signal(3stap)
38
39
40
41SystemTap Tapset Reference June 2018 PROBE::SIGNAL.CHEC(3stap)