diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 87c4582303bf..f57a23b19f3c 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -880,10 +880,10 @@ static int __cmd_report(void) | |||
880 | if (dump_trace) | 880 | if (dump_trace) |
881 | return 0; | 881 | return 0; |
882 | 882 | ||
883 | if (verbose >= 3) | 883 | if (verbose > 3) |
884 | threads__fprintf(stdout, &threads); | 884 | threads__fprintf(stdout, &threads); |
885 | 885 | ||
886 | if (verbose >= 2) | 886 | if (verbose > 2) |
887 | dsos__fprintf(stdout); | 887 | dsos__fprintf(stdout); |
888 | 888 | ||
889 | collapse__resort(); | 889 | collapse__resort(); |