probe::signal.handle — Signal handler being invoked
signal.handle
oldset_addrThe address of the bitmask array of blocked signals (deprecated in SystemTap 2.1)
sigThe signal number that invoked the signal handler
sinfoThe address of the siginfo table
nameName of the probe point
sig_modeIndicates whether the signal was a user-mode or kernel-mode signal
sig_codeThe si_code value of the siginfo signal
ka_addrThe address of the k_sigaction table associated with the signal
regsThe address of the kernel-mode stack area (deprecated in SystemTap 2.1)
sig_nameA string representation of the signal