logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::sa_handler_str - Returns the string representation of an sa_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.

SystemTap Tapset Reference                         April 2024                        FUNCTION::SA_HANDLER(3stap)

Name

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

Synopsis

           sa_handler_str(handler:)

See Also