Man Page: trace_signal_generate
Operating Environment: centos
Section: 9
TRACE_SIGNAL_GENERAT(9) SIGNAL TRACE_SIGNAL_GENERAT(9)NAMEtrace_signal_generate - called when a signal is generatedSYNOPSISvoid trace_signal_generate(int sig, struct siginfo * info, struct task_struct * task, int group, int result);ARGUMENTSsig signal number info pointer to struct siginfo task pointer to struct task_struct group shared or private result TRACE_SIGNAL_*DESCRIPTIONCurrent process sends a 'sig' signal to 'task' process with 'info' siginfo. If 'info' is SEND_SIG_NOINFO or SEND_SIG_PRIV, 'info' is not a pointer and you can't access its field. Instead, SEND_SIG_NOINFO means that si_code is SI_USER, and SEND_SIG_PRIV means that si_code is SI_KERNEL.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRACE_SIGNAL_GENERAT(9)
| Related Man Pages |
|---|
| sigqueue(2) - suse |
| sigwait(3) - osf1 |
| psignal(3c) - sunos |
| psiginfo(3c) - sunos |
| tapset::signal(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| DB2 convert digits to binary format |