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 - Signal being sent to a process

Context

       The signal's sender.

Name

       probe::signal.send - Signal being sent to a process

See Also

tapset::signal(3stap)

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

Synopsis

       signal.send

Values

sig_name
           A string representation of the signal

       sig_pid
           The PID of the process receiving the signal

       sig
           The number of the signal

       send2queue
           Indicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2.1)

       si_code
           Indicates the signal type

       shared
           Indicates whether the signal is shared by the thread group

       pid_name
           The name of the signal recipient

       sinfo
           The address of siginfo struct

       task
           A task handle to the signal recipient

       name
           The name of the function used to send out the signal

See Also