PROBE::SIGNAL\&.SEND

Section: Signal Tapset (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

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

SYNOPSIS

signal.send 
 

VALUES

send2queue

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

sig

The number of the signal

sig_pid

The PID of the process receiving the signal

shared

Indicates whether the signal is shared by the thread group

sig_name

A string representation of the signal

name

The name of the function used to send out the signal

task

A task handle to the signal recipient

si_code

Indicates the signal type

pid_name

The name of the signal recipient

sinfo

The address of siginfo struct
 

CONTEXT

The signal's sender.  

SEE ALSO

tapset::signal(3stap)


 

Index

NAME
SYNOPSIS
VALUES
CONTEXT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:19 GMT, November 16, 2022