summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/debug.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-10-27 08:25:15 +0200
committerIngo Molnar <mingo@elte.hu>2010-10-27 08:25:15 +0200
commite25804a0327dad954f7d43803178fdef2fd35b4e (patch)
tree401358b7c5abc09b93cec081213541caa0764c82 /tools/perf/util/debug.c
parentMerge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke... (diff)
parentperf python scripting: Add futex-contention script (diff)
downloadlinux-e25804a0327dad954f7d43803178fdef2fd35b4e.tar.xz
linux-e25804a0327dad954f7d43803178fdef2fd35b4e.zip
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.c')
-rw-r--r--tools/perf/util/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/debug.c b/tools/perf/util/debug.c
index f9c7e3ad1aa7..c8d81b00089d 100644
--- a/tools/perf/util/debug.c
+++ b/tools/perf/util/debug.c
@@ -12,8 +12,8 @@
#include "debug.h"
#include "util.h"
-int verbose = 0;
-bool dump_trace = false;
+int verbose;
+bool dump_trace = false, quiet = false;
int eprintf(int level, const char *fmt, ...)
{