diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 14:30:47 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 14:30:47 -0400 |
commit | 5ab8c689f7c0c97e98b8014b7f0ede386bef5aaf (patch) | |
tree | 1f0a6ccf61b7c6bf05ba51bc0673c0bf1f38dd49 /tools/perf/builtin-trace.c | |
parent | 6db81643fe41f51cf9f6fd10558b8b323d9198ba (diff) |
perf tools: Move event prototypes from util.h to event.h
More needs to be done to have the actual functions and variables in a
smaller .c file that can then be included in the python binding,
avoiding dragging more stuff into it.
Link: http://lkml.kernel.org/n/tip-uecxz7cqkssouj7tlxrkqpl4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index eaa66fb57347..d014350adc52 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include "builtin.h" | 21 | #include "builtin.h" |
22 | #include "util/color.h" | 22 | #include "util/color.h" |
23 | #include "util/debug.h" | 23 | #include "util/debug.h" |
24 | #include "util/event.h" | ||
24 | #include "util/evlist.h" | 25 | #include "util/evlist.h" |
25 | #include <subcmd/exec-cmd.h> | 26 | #include <subcmd/exec-cmd.h> |
26 | #include "util/machine.h" | 27 | #include "util/machine.h" |