diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-18 09:11:20 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-20 08:19:22 -0400 |
commit | f12be047d981bb802d8cf78eb220db3ee97f0513 (patch) | |
tree | fe2db2503c53ca7ee897a61a4d73aaf1a626e0b1 | |
parent | 3f79132a47035dd4609cc5f47715331dfafaa1fa (diff) |
perf sched: Add missing event.h include directive
We use what is defined there, were getting it by luck, indirectly, fix
it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-e1cdt9557ctpvs3jb9c16qe6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/perf/builtin-sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index 511e19a7aafa..f0b828c201cc 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include "util/trace-event.h" | 24 | #include "util/trace-event.h" |
25 | 25 | ||
26 | #include "util/debug.h" | 26 | #include "util/debug.h" |
27 | #include "util/event.h" | ||
27 | 28 | ||
28 | #include <linux/kernel.h> | 29 | #include <linux/kernel.h> |
29 | #include <linux/log2.h> | 30 | #include <linux/log2.h> |