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_size
16 The size of the user-space signal set
17
18 sigset_add
19 The address of the user-space signal set (sigset_t)
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
26
27
28SystemTap Tapset Reference August 2011 PROBE::SIGNAL.PEND(3stap)