diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/sched_event_types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/trace/sched_event_types.h b/include/trace/sched_event_types.h index a3d3d66a51c8..2ada206565a3 100644 --- a/include/trace/sched_event_types.h +++ b/include/trace/sched_event_types.h | |||
@@ -5,6 +5,9 @@ | |||
5 | # error Unless you know what you are doing. | 5 | # error Unless you know what you are doing. |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #undef TRACE_SYSTEM | ||
9 | #define TRACE_SYSTEM sched | ||
10 | |||
8 | TRACE_FORMAT(sched_kthread_stop, | 11 | TRACE_FORMAT(sched_kthread_stop, |
9 | TPPROTO(struct task_struct *t), | 12 | TPPROTO(struct task_struct *t), |
10 | TPARGS(t), | 13 | TPARGS(t), |
@@ -70,3 +73,5 @@ TRACE_FORMAT(sched_signal_send, | |||
70 | TPPROTO(int sig, struct task_struct *p), | 73 | TPPROTO(int sig, struct task_struct *p), |
71 | TPARGS(sig, p), | 74 | TPARGS(sig, p), |
72 | TPFMT("sig: %d task %s:%d", sig, p->comm, p->pid)); | 75 | TPFMT("sig: %d task %s:%d", sig, p->comm, p->pid)); |
76 | |||
77 | #undef TRACE_SYSTEM | ||