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 sig
13 The signal to be examined/changed
14
15 sa_handler
16 The new handler of the signal
17
18 sigact_addr
19 The address of the new sigaction struct associated with the signal
20
21 sa_mask
22 The new mask of the signal
23
24 name
25 Name of the probe point
26
27 oldsigact_addr
28 The address of the old sigaction struct associated with the signal
29
30 sig_name
31 A string representation of the signal
32
34 tapset::signal(3stap)
35
36
37
38SystemTap Tapset Reference October 2018 PROBE::SIGNAL.DO_A(3stap)