PROBE::SIGNAL.DO_A(3stap) | Signal Tapset | PROBE::SIGNAL.DO_A(3stap) |
NAME¶
probe::signal.do_action - Examining or changing a signal action
SYNOPSIS¶
signal.do_action
VALUES¶
sig
The signal to be examined/changed
sa_handler
The new handler of the signal
sigact_addr
The address of the new sigaction struct associated with
the signal
sa_mask
The new mask of the signal
name
Name of the probe point
oldsigact_addr
The address of the old sigaction struct associated with
the signal
sig_name
A string representation of the signal
SEE ALSO0¶
tapset::signal(3stap)
October 2018 | SystemTap Tapset Reference |