diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-10-27 10:25:15 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-27 10:25:15 +0400 |
commit | e25804a0327dad954f7d43803178fdef2fd35b4e (patch) | |
tree | 401358b7c5abc09b93cec081213541caa0764c82 /tools/perf/util/debug.h | |
parent | 5c16d2c813a7490408e966f52b881e70fc8d7f77 (diff) | |
parent | 00204c3396469f407bac56e1475ea16e4a279b13 (diff) | |
download | linux-e25804a0327dad954f7d43803178fdef2fd35b4e.tar.xz |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r-- | tools/perf/util/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h index 7a17ee061bcb..7b514082bbaf 100644 --- a/tools/perf/util/debug.h +++ b/tools/perf/util/debug.h @@ -6,7 +6,7 @@ #include "event.h" extern int verbose; -extern bool dump_trace; +extern bool quiet, dump_trace; int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); void trace_event(event_t *event); |