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.pending - Examining pending signal

Description

       This probe is used to examine a set of signals pending for delivery to a specific thread. This normally
       occurs when the do_sigpending kernel function is executed.

Name

       probe::signal.pending - Examining pending signal

See Also

tapset::signal(3stap)

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

Synopsis

       signal.pending

Values

name
           Name of the probe point

       sigset_size
           The size of the user-space signal set

       sigset_add
           The address of the user-space signal set (sigset_t)

See Also