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

SEE ALSO

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