Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::signal.checkperm - Check being performed on a sent signal

SYNOPSIS

       signal.checkperm

VALUES

       sinfo
           The address of the siginfo structure

       si_code
           Indicates the signal type

       pid_name
           Name of the process receiving the signal

       name
           Name of the probe point

       sig_name
           A string representation of the signal

       sig_pid
           The PID of the process receiving the signal

       task
           A task handle to the signal recipient

       sig
           The number of the signal

SEE ALSO

       tapset::signal(3stap)