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.PROC(3stap) | Signal Tapset | PROBE::SIGNAL.PROC(3stap) |
NAME¶
probe::signal.procmask - Examining or changing blocked signalsSYNOPSIS¶
signal.procmask
VALUES¶
howIndicates how to change the blocked signals; possible
values are SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking
signals), and SIG_SETMASK=2 for setting the signal mask.
name
Name of the probe point
sigset_addr
The address of the signal set (sigset_t) to be
implemented
oldsigset_addr
The old address of the signal set (sigset_t)
sigset
The actual value to be set for sigset_t (correct?)
SEE ALSO0¶
tapset::signal(3stap)October 2018 | SystemTap Tapset Reference |