DOKK / manpages / debian 10 / systemtap-doc / function::sa_handler_str.3stap.en
FUNCTION::SA_HANDLER(3stap) Signal Tapset FUNCTION::SA_HANDLER(3stap)

function::sa_handler_str - Returns the string representation of an sa_handler


sa_handler_str(handler:)

handler

the sa_handler to convert to string.

Returns the string representation of an sa_handler. If it is not SIG_DFL, SIG_IGN or SIG_ERR, it will return the address of the handler.

October 2018 SystemTap Tapset Reference