probe::signal.handle — Signal handler being invoked
signal.handle
sig_codeThe si_code value of the siginfo signal
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
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
regsThe address of the kernel-mode stack area (deprecated in SystemTap 2.1)
nameName of the probe point
sig_nameA string representation of the signal