1FUNCTION::SA_HANDLER(3stap) Signal Tapset FUNCTION::SA_HANDLER(3stap)
23
4
NAME
6function::sa_handler_str - Returns the string representation of an
7sa_handler
8
SYNOPSIS
10sa_handler_str(handler:)
11
ARGUMENTS
13handler
14the sa_handler to convert to string.
15
DESCRIPTION
17Returns the string representation of an sa_handler. If it is not
18SIG_DFL, SIG_IGN or SIG_ERR, it will return the address of the handler.
1920
21
22
SystemTap Tapset Reference May 2022 FUNCTION::SA_HANDLER(3stap)