Query: trace_signal_deliver
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_SIGNAL_DELIVER(9) SIGNAL TRACE_SIGNAL_DELIVER(9)NAMEtrace_signal_deliver - called when a signal is deliveredSYNOPSISvoid trace_signal_deliver(int sig, struct siginfo * info, struct k_sigaction * ka);ARGUMENTSsig signal number info pointer to struct siginfo ka pointer to struct k_sigactionDESCRIPTIONA '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.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRACE_SIGNAL_DELIVER(9)
Related Man Pages |
---|
sigaction(2) - netbsd |
sigwait(3) - osf1 |
gsignal(3c) - sunos |
ssignal(3c) - sunos |
pcntl_sigwaitinfo(3) - php |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
How to increment version inside a file? |
Tar Command |
Please Welcome Dave Munro to the Moderator Team! |