probe_signal.pending

Langue: en

Version: February 2009 (ubuntu - 08/07/09)

Section: 5 (Format de fichier)

NAME

probe_signal.pending - Fires when the <command>SIGPENDING</command> system call is used;

SYNOPSIS

 probe signal.pending 
 

VALUES

sigset_size

The size of the user-space signal set.

sigset_add

The address of the user-space signal set (<command>sigset_t</command>)

DESCRIPTION

this normally occurs when the <command>do_sigpending</command> kernel function is executed

SYNOPSIS

<programlisting>long do_sigpending(void __user *set, unsigned long sigsetsize)</programlisting>

This probe is used to examine a set of signals pending for delivery to a specific thread.

AUTHOR

William Cohen <wcohen@redhat.com>