logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::signal(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SIGNAL.DO_A(3stap)

Synopsis

       signal.do_action

Values

oldsigact_addr
           The address of the old sigaction struct associated with the signal

       sig
           The signal to be examined/changed

       sig_name
           A string representation of the signal

       sa_mask
           The new mask of the signal

       sa_handler
           The new handler of the signal

       sigact_addr
           The address of the new sigaction struct associated with the signal

       name
           Name of the probe point

See Also