diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-11-27 14:29:50 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-11-27 14:29:50 -0500 |
commit | 6e53ad9ff65226f79d5888452992222284c7e4d4 (patch) | |
tree | 0825694db3d0e9622e057875dfea2eb5403525e7 /tools | |
parent | 3ed0d21e1103787e21ca38bed2ff50c9f087bedb (diff) |
perf timechart: Remove some needless struct forward declarations
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stanislav Fomichev <stfomichev@yandex-team.ru>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-jomi6mjv5zi9vsn4vmih5xps@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-timechart.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 436cb5f9d751..c246f0290623 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c | |||
@@ -55,14 +55,8 @@ static bool tasks_only; | |||
55 | static bool with_backtrace; | 55 | static bool with_backtrace; |
56 | 56 | ||
57 | 57 | ||
58 | struct per_pid; | ||
59 | struct per_pidcomm; | 58 | struct per_pidcomm; |
60 | |||
61 | struct cpu_sample; | 59 | struct cpu_sample; |
62 | struct power_event; | ||
63 | struct wake_event; | ||
64 | |||
65 | struct sample_wrapper; | ||
66 | 60 | ||
67 | /* | 61 | /* |
68 | * Datastructure layout: | 62 | * Datastructure layout: |
@@ -155,7 +149,6 @@ struct wake_event { | |||
155 | static struct power_event *power_events; | 149 | static struct power_event *power_events; |
156 | static struct wake_event *wake_events; | 150 | static struct wake_event *wake_events; |
157 | 151 | ||
158 | struct process_filter; | ||
159 | struct process_filter { | 152 | struct process_filter { |
160 | char *name; | 153 | char *name; |
161 | int pid; | 154 | int pid; |