table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
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
name
Name of the probe point
sigset_add
The address of the user-space signal set (sigset_t)
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)November 2020 | SystemTap Tapset Reference |