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 name
13 Name of the probe point
14
15 oldsigset_addr
16 The old address of the signal set (sigset_t)
17
18 sigset
19 The actual value to be set for sigset_t (correct?)
20
21 how
22 Indicates how to change the blocked signals; possible values are
23 SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking
24 signals), and SIG_SETMASK=2 for setting the signal mask.
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)