1PROBE::SIGNAL.PEND(3stap) Signal Tapset PROBE::SIGNAL.PEND(3stap)
2
3
4
6 probe::signal.pending - Examining pending signal
7
9 signal.pending
10
12 sigset_add
13 The address of the user-space signal set (sigset_t)
14
15 name
16 Name of the probe point
17
18 sigset_size
19 The size of the user-space signal set
20
22 This probe is used to examine a set of signals pending for delivery to
23 a specific thread. This normally occurs when the do_sigpending kernel
24 function is executed.
25
27 tapset::signal(3stap)
28
29
30
31SystemTap Tapset Reference October 2018 PROBE::SIGNAL.PEND(3stap)