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

NAME

6       probe::signal.handle - Signal handler being invoked
7

SYNOPSIS

9       signal.handle
10

VALUES

12       sig_code
13           The si_code value of the siginfo signal
14
15       regs
16           The address of the kernel-mode stack area (deprecated in SystemTap
17           2.1)
18
19       sinfo
20           The address of the siginfo table
21
22       sig
23           The signal number that invoked the signal handler
24
25       oldset_addr
26           The address of the bitmask array of blocked signals (deprecated in
27           SystemTap 2.1)
28
29       sig_name
30           A string representation of the signal
31
32       ka_addr
33           The address of the k_sigaction table associated with the signal
34
35       name
36           Name of the probe point
37
38       sig_mode
39           Indicates whether the signal was a user-mode or kernel-mode signal
40

SEE ALSO

42       tapset::signal(3stap)
43
44
45
46SystemTap Tapset Reference         May 2019          PROBE::SIGNAL.HAND(3stap)
Impressum