probe::signal.pending.3stap - Man Page
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)
Info
April 2024 SystemTap Tapset Reference Signal Tapset