1PROBE::SIGNAL.PROC(3stap) Signal Tapset PROBE::SIGNAL.PROC(3stap)
2
3
4
6 probe::signal.procmask - Examining or changing blocked signals
7
9 signal.procmask
10
12 how
13 Indicates how to change the blocked signals; possible values are
14 SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking
15 signals), and SIG_SETMASK=2 for setting the signal mask.
16
17 name
18 Name of the probe point
19
20 sigset_addr
21 The address of the signal set (sigset_t) to be implemented
22
23 oldsigset_addr
24 The old address of the signal set (sigset_t)
25
26 sigset
27 The actual value to be set for sigset_t (correct?)
28
30 tapset::signal(3stap)
31
32
33
34SystemTap Tapset Reference October 2018 PROBE::SIGNAL.PROC(3stap)