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:
3ed0d21
)
perf timechart: Remove some needless struct forward declarations
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 27 Nov 2013 19:29:50 +0000
(16:29 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 27 Nov 2013 19:29:50 +0000
(16:29 -0300)
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>
tools/perf/builtin-timechart.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-timechart.c
b/tools/perf/builtin-timechart.c
index 436cb5f9d751cd34111b3f759c849a3b9d61f850..c246f029062317ef55ccd979be953078e9279924 100644
(file)
--- a/
tools/perf/builtin-timechart.c
+++ b/
tools/perf/builtin-timechart.c
@@
-55,14
+55,8
@@
static bool tasks_only;
static bool with_backtrace;
-struct per_pid;
struct per_pidcomm;
-
struct cpu_sample;
-struct power_event;
-struct wake_event;
-
-struct sample_wrapper;
/*
* Datastructure layout:
@@
-155,7
+149,6
@@
struct wake_event {
static struct power_event *power_events;
static struct wake_event *wake_events;
-struct process_filter;
struct process_filter {
char *name;
int pid;