1PROBE::SIGNAL.DO_A(3stap)        Signal Tapset       PROBE::SIGNAL.DO_A(3stap)
2
3
4

NAME

6       probe::signal.do_action - Examining or changing a signal action
7

SYNOPSIS

9       signal.do_action
10

VALUES

12       oldsigact_addr
13           The address of the old sigaction struct associated with the signal
14
15       sig
16           The signal to be examined/changed
17
18       sa_mask
19           The new mask of the signal
20
21       name
22           Name of the probe point
23
24       sig_name
25           A string representation of the signal
26
27       sigact_addr
28           The address of the new sigaction struct associated with the signal
29
30       sa_handler
31           The new handler of the signal
32

SEE ALSO

34       tapset::signal(3stap)
35
36
37
38SystemTap Tapset Reference         May 2021          PROBE::SIGNAL.DO_A(3stap)
Impressum