1TRACE_SIGNAL_LOSE_IN(9) SIGNAL TRACE_SIGNAL_LOSE_IN(9)
2
3
4
6 trace_signal_lose_info - called when siginfo is lost
7
9 void trace_signal_lose_info(int sig, int group, struct siginfo * info);
10
12 sig
13 signal number
14
15 group
16 signal to process group or not (bool)
17
18 info
19 pointer to struct siginfo
20
22 Kernel generates 'sig' signal but loses 'info' siginfo, because siginfo
23 queue is overflow. 'group' is not 0 if the signal will be sent to a
24 process group. 'sig' is always one of non-RT signals.
25
27 Jason Baron <jbaron@redhat.com>
28 Author.
29
30 William Cohen <wcohen@redhat.com>
31 Author.
32
34Kernel Hackers Manual 2.6. November 2011 TRACE_SIGNAL_LOSE_IN(9)