function::sa_handler_str.3stap - Man Page

Returns the string representation of an sa_handler

Synopsis

    sa_handler_str(handler:)

Arguments

handler

the sa_handler to convert to string.

Description

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.

Info

November 2023 SystemTap Tapset Reference Signal Tapset