aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c4
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:
658 if (dump_trace) 658 if (dump_trace)
659 return 0; 659 return 0;
660 660
661 if (verbose >= 3) 661 if (verbose > 3)
662 threads__fprintf(stdout, &threads); 662 threads__fprintf(stdout, &threads);
663 663
664 if (verbose >= 2) 664 if (verbose > 2)
665 dsos__fprintf(stdout); 665 dsos__fprintf(stdout);
666 666
667 collapse__resort(); 667 collapse__resort();