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.send_sig_queue - Queuing a signal to a process

Name

       probe::signal.send_sig_queue - Queuing a signal to a process

See Also

tapset::signal(3stap)

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

Synopsis

       signal.send_sig_queue

Values

pid_name
           Name of the process to which the signal is queued

       name
           Name of the probe point

       sigqueue_addr
           The address of the signal queue

       sig_name
           A string representation of the signal

       sig
           The queued signal

       sig_pid
           The PID of the process to which the signal is queued

See Also