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