'\" t .\" Title: trace_signal_deliver .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: SIGNAL .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TRACE_SIGNAL_DELIVER" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "SIGNAL" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" trace_signal_deliver \- called when a signal is delivered .SH "SYNOPSIS" .HP \w'void\ trace_signal_deliver('u .BI "void trace_signal_deliver(int\ " "sig" ", struct\ siginfo\ *\ " "info" ", struct\ k_sigaction\ *\ " "ka" ");" .SH "ARGUMENTS" .PP \fIsig\fR .RS 4 signal number .RE .PP \fIinfo\fR .RS 4 pointer to struct siginfo .RE .PP \fIka\fR .RS 4 pointer to struct k_sigaction .RE .SH "DESCRIPTION" .PP A \*(Aqsig\*(Aq signal is delivered to current process with \*(Aqinfo\*(Aq siginfo, and it will be handled by \*(Aqka\*(Aq\&. 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\&. .SH "AUTHORS" .PP \fBJason Baron\fR <\&jbaron@redhat.com\&> .RS 4 Author. .RE .PP \fBWilliam Cohen\fR <\&wcohen@redhat.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br