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.syskill - Sending kill signal to a process

Name

       probe::signal.syskill - Sending kill signal to a process

See Also

tapset::signal(3stap)

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

Synopsis

       signal.syskill

Values

sig
           The specific signal sent to the process

       sig_pid
           The PID of the process receiving the signal

       sig_name
           A string representation of the signal

       name
           Name of the probe point

       task
           A task handle to the signal recipient

       pid_name
           The name of the signal recipient

See Also