|
@@ -10,7 +10,8 @@
|
|
|
|
|
|
#define TP_STORE_SIGINFO(__entry, info) \
|
|
#define TP_STORE_SIGINFO(__entry, info) \
|
|
do { \
|
|
do { \
|
|
- if (info == SEND_SIG_NOINFO) { \
|
|
|
|
|
|
+ if (info == SEND_SIG_NOINFO || \
|
|
|
|
+ info == SEND_SIG_FORCED) { \
|
|
__entry->errno = 0; \
|
|
__entry->errno = 0; \
|
|
__entry->code = SI_USER; \
|
|
__entry->code = SI_USER; \
|
|
} else if (info == SEND_SIG_PRIV) { \
|
|
} else if (info == SEND_SIG_PRIV) { \
|