probe::signal.handle — Signal handler being invoked
signal.handle
sinfoThe address of the siginfo table
sig_modeIndicates whether the signal was a user-mode or kernel-mode signal
sig_codeThe si_code value of the siginfo signal
sig_nameA string representation of the signal
regsThe address of the kernel-mode stack area (deprecated in SystemTap 2.1)
sigThe signal number that invoked the signal handler
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)
nameName of the probe point