aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/events/sched.h')
-rw-r--r--include/trace/events/sched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h
index 4069c43f4187..0e1d542ca961 100644
--- a/include/trace/events/sched.h
+++ b/include/trace/events/sched.h
@@ -472,6 +472,9 @@ TRACE_EVENT(sched_stat_iowait,
472 (unsigned long long)__entry->delay) 472 (unsigned long long)__entry->delay)
473); 473);
474 474
475/* include LITMUS^RT scheduling events */
476#include "./litmus.h"
477
475#endif /* _TRACE_SCHED_H */ 478#endif /* _TRACE_SCHED_H */
476 479
477/* This part must be outside protection */ 480/* This part must be outside protection */