commit | da21d1b547cbaa2c026cf645753651c25d340923 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Wed Oct 07 10:49:00 2009 -0300 |
committer | Ingo Molnar <[email protected]> | Thu Oct 08 19:27:10 2009 +0200 |
tree | 383f0e81300bda79e6398cc1741e853a2891a67e | |
parent | 9a92b479b2f088ee2d3194243f4c8e59b1b8c9c2 [diff] [blame] |
perf tools: Up the verbose level for some really verbose stuff Like printing every symbol created. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Mike Galbraith <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 35ed97b..8c84320 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c
@@ -658,10 +658,10 @@ if (dump_trace) return 0; - if (verbose >= 3) + if (verbose > 3) threads__fprintf(stdout, &threads); - if (verbose >= 2) + if (verbose > 2) dsos__fprintf(stdout); collapse__resort();