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:
84fe848
)
perf tools: Debug.h needs to include event.h for event_t
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 16 Nov 2009 18:32:42 +0000
(16:32 -0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 16 Nov 2009 21:05:50 +0000
(22:05 +0100)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <
1258396365
-29217-2-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/debug.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/debug.h
b/tools/perf/util/debug.h
index e8b18a1f87a494b2c8e62cb92ae10f44278c3340..c6c24c522deaf0cbbef6af3ffd95de706525412d 100644
(file)
--- a/
tools/perf/util/debug.h
+++ b/
tools/perf/util/debug.h
@@
-2,6
+2,8
@@
#ifndef __PERF_DEBUG_H
#define __PERF_DEBUG_H
+#include "event.h"
+
extern int verbose;
extern int dump_trace;