projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f79132
)
perf sched: Add missing event.h include directive
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 18 Sep 2019 13:11:20 +0000
(10:11 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000
(09:19 -0300)
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>
tools/perf/builtin-sched.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-sched.c
b/tools/perf/builtin-sched.c
index 511e19a7aafa85850005480920c59a0bf86cb9eb..f0b828c201ccdefc07904cb9977516a1090e96aa 100644
(file)
--- a/
tools/perf/builtin-sched.c
+++ b/
tools/perf/builtin-sched.c
@@
-24,6
+24,7
@@
#include "util/trace-event.h"
#include "util/debug.h"
+#include "util/event.h"
#include <linux/kernel.h>
#include <linux/log2.h>