Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

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

SYNOPSIS

       signal.send

VALUES

       sig_name
           A string representation of the signal

       task
           A task handle to the signal recipient

       pid_name
           The name of the signal recipient

       shared
           Indicates whether the signal is shared by the thread group

       sig_pid
           The PID of the process receiving the signal

       sinfo
           The address of siginfo struct

       si_code
           Indicates the signal type

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

       sig
           The number of the signal

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

CONTEXT

       The signal's sender.