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 name
13 Name of the probe point
14
15 sigset_add
16 The address of the user-space signal set (sigset_t)
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 April 2023 PROBE::SIGNAL.PEND(3stap)