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

SEE ALSO

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