1PROBE::SIGNAL.DO_A(3stap) Signal Tapset PROBE::SIGNAL.DO_A(3stap)
2
3
4
6 probe::signal.do_action - Examining or changing a signal action
7
9 signal.do_action
10
12 sa_mask
13 The new mask of the signal
14
15 name
16 Name of the probe point
17
18 sig_name
19 A string representation of the signal
20
21 oldsigact_addr
22 The address of the old sigaction struct associated with the signal
23
24 sig
25 The signal to be examined/changed
26
27 sa_handler
28 The new handler of the signal
29
30 sigact_addr
31 The address of the new sigaction struct associated with the signal
32
33
34
35SystemTap Tapset Reference August 2011 PROBE::SIGNAL.DO_A(3stap)