diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2009-10-07 13:49:00 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-10-08 17:27:10 +0000 |
| commit | da21d1b547cbaa2c026cf645753651c25d340923 (patch) | |
| tree | 383f0e81300bda79e6398cc1741e853a2891a67e /tools/perf/builtin-annotate.c | |
| parent | perf tools: Improve thread comm resolution in perf sched (diff) | |
| download | kernel-da21d1b547cbaa2c026cf645753651c25d340923.tar.gz kernel-da21d1b547cbaa2c026cf645753651c25d340923.zip | |
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]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
| -rw-r--r-- | tools/perf/builtin-annotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 35ed97bd0c63..8c84320ecb06 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -658,10 +658,10 @@ more: 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(); |
