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 oldsigset_addr
21 The old address of the signal set (sigset_t)
22
23 sigset
24 The actual value to be set for sigset_t (correct?)
25
26 sigset_addr
27 The address of the signal set (sigset_t) to be implemented
28
30 tapset::signal(3stap)
31
32
33
34SystemTap Tapset Reference June 2018 PROBE::SIGNAL.PROC(3stap)