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

SEE ALSO

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