diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 6705320784fd..a1e0cc6b32c3 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -27,7 +27,8 @@ | |||
27 | #include <linux/freezer.h> | 27 | #include <linux/freezer.h> |
28 | #include <linux/pid_namespace.h> | 28 | #include <linux/pid_namespace.h> |
29 | #include <linux/nsproxy.h> | 29 | #include <linux/nsproxy.h> |
30 | #include <trace/events/sched.h> | 30 | #define CREATE_TRACE_POINTS |
31 | #include <trace/events/signal.h> | ||
31 | 32 | ||
32 | #include <asm/param.h> | 33 | #include <asm/param.h> |
33 | #include <asm/uaccess.h> | 34 | #include <asm/uaccess.h> |
@@ -834,7 +835,7 @@ static int __send_signal(int sig, struct siginfo *info, struct task_struct *t, | |||
834 | struct sigqueue *q; | 835 | struct sigqueue *q; |
835 | int override_rlimit; | 836 | int override_rlimit; |
836 | 837 | ||
837 | trace_sched_signal_send(sig, t); | 838 | trace_signal_generate(sig, info, t); |
838 | 839 | ||
839 | assert_spin_locked(&t->sighand->siglock); | 840 | assert_spin_locked(&t->sighand->siglock); |
840 | 841 | ||