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