1PROBE::SIGNAL.PROC(3stap)        Signal Tapset       PROBE::SIGNAL.PROC(3stap)
2
3
4

NAME

6       probe::signal.procmask - Examining or changing blocked signals
7

SYNOPSIS

9       signal.procmask
10

VALUES

12       sigset
13           The actual value to be set for sigset_t (correct?)
14
15       oldsigset_addr
16           The old address of the signal set (sigset_t)
17
18       how
19           Indicates how to change the blocked signals; possible values are
20           SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking
21           signals), and SIG_SETMASK=2 for setting the signal mask.
22
23       name
24           Name of the probe point
25
26       sigset_addr
27           The address of the signal set (sigset_t) to be implemented
28

SEE ALSO

30       tapset::signal(3stap)
31
32
33
34SystemTap Tapset Reference         May 2021          PROBE::SIGNAL.PROC(3stap)
Impressum