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