table of contents
other versions
- Tumbleweed 5.2-1.2
- Leap-16.0
- Leap-15.6
PROBE::SIGNAL.PEND(3stap) | Signal Tapset | PROBE::SIGNAL.PEND(3stap) |
NAME¶
probe::signal.pending - Examining pending signal
SYNOPSIS¶
signal.pending
VALUES¶
name
Name of the probe point
sigset_size
The size of the user-space signal set
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 2024 | SystemTap Tapset Reference |