trace_signal_deliver(9) suse man page | unix.com

Man Page: trace_signal_deliver

Operating Environment: suse

Section: 9

TRACE_SIGNAL_DELIVER(9) 					      SIGNAL						   TRACE_SIGNAL_DELIVER(9)

NAME
trace_signal_deliver - called when a signal is delivered
SYNOPSIS
void trace_signal_deliver(int sig, struct siginfo * info, struct k_sigaction * ka);
ARGUMENTS
sig signal number info pointer to struct siginfo ka pointer to struct k_sigaction
DESCRIPTION
A 'sig' signal is delivered to current process with 'info' siginfo, and it will be handled by 'ka'. ka->sa.sa_handler can be SIG_IGN or SIG_DFL. Note that some signals reported by signal_generate tracepoint can be lost, ignored or modified (by debugger) before hitting this tracepoint. This means, this can show which signals are actually delivered, but matching generated signals and delivered signals may not be correct.
AUTHORS
Jason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 TRACE_SIGNAL_DELIVER(9)
Related Man Pages
sigaction(2) - opensolaris
ssignal(3c) - opensolaris
pthread_kill(3t) - hpux
ssignal(3c) - sunos
pcntl_sigwaitinfo(3) - php
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Migrating to UNIX
Update kernel Linux without reboot?!
SOCKS proxy &amp; PAM configuration exposure
32 bit process addressing more than 4GB