table of contents
PROBE::SIGNAL.PEND(3stap) | Signal Tapset | PROBE::SIGNAL.PEND(3stap) |
NAME¶
probe::signal.pending - Examining pending signalSYNOPSIS¶
signal.pending
VALUES¶
sigset_sizeThe size of the user-space signal set
sigset_add
The address of the user-space signal set (sigset_t)
name
Name of the probe point
DESCRIPTION¶
This probe is used to examine a set of signals pending for delivery to a specific thread. This normally occurs when the do_sigpending kernel function is executed.SEE ALSO0¶
tapset::signal(3stap)March 2016 | SystemTap Tapset Reference |