diff options
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-08-05 09:51:38 -0400 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-08-05 18:38:02 -0400 |
| commit | b7eead86d2951dab733d36554e8166a2a91d7363 (patch) | |
| tree | b8ab87603885420c78665d98fc65dcc30251bee1 /tools | |
| parent | 7935f65f77e1cd19fe0a094fc1b34e258565751e (diff) | |
perf trace: Clean up #includes
Removed duplicated #includes util/trace-event.h and
util/exec_cmd.h.
Grouped and sorted all the #includes.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <1281016299-23958-14-git-send-email-andrea.gelmini@gelma.net>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/builtin-trace.c | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 294da725a57d..40a6a2992d15 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
| @@ -1,13 +1,16 @@ | |||
| 1 | #include "builtin.h" | 1 | #include "builtin.h" |
| 2 | 2 | ||
| 3 | #include "util/util.h" | 3 | #include "perf.h" |
| 4 | #include "util/cache.h" | 4 | #include "util/cache.h" |
| 5 | #include "util/debug.h" | ||
| 6 | #include "util/exec_cmd.h" | ||
| 7 | #include "util/header.h" | ||
| 8 | #include "util/parse-options.h" | ||
| 9 | #include "util/session.h" | ||
| 5 | #include "util/symbol.h" | 10 | #include "util/symbol.h" |
| 6 | #include "util/thread.h" | 11 | #include "util/thread.h" |
| 7 | #include "util/header.h" | ||
| 8 | #include "util/exec_cmd.h" | ||
| 9 | #include "util/trace-event.h" | 12 | #include "util/trace-event.h" |
| 10 | #include "util/session.h" | 13 | #include "util/util.h" |
| 11 | 14 | ||
| 12 | static char const *script_name; | 15 | static char const *script_name; |
| 13 | static char const *generate_script_lang; | 16 | static char const *generate_script_lang; |
| @@ -59,14 +62,6 @@ static int cleanup_scripting(void) | |||
| 59 | return scripting_ops->stop_script(); | 62 | return scripting_ops->stop_script(); |
| 60 | } | 63 | } |
| 61 | 64 | ||
| 62 | #include "util/parse-options.h" | ||
| 63 | |||
| 64 | #include "perf.h" | ||
| 65 | #include "util/debug.h" | ||
| 66 | |||
| 67 | #include "util/trace-event.h" | ||
| 68 | #include "util/exec_cmd.h" | ||
| 69 | |||
| 70 | static char const *input_name = "perf.data"; | 65 | static char const *input_name = "perf.data"; |
| 71 | 66 | ||
| 72 | static int process_sample_event(event_t *event, struct perf_session *session) | 67 | static int process_sample_event(event_t *event, struct perf_session *session) |
