aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-report.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index b6696dd51cb0..1da243dfbc3e 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -689,8 +689,10 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
689 689
690 if (strcmp(report.input_name, "-") != 0) 690 if (strcmp(report.input_name, "-") != 0)
691 setup_browser(true); 691 setup_browser(true);
692 else 692 else {
693 use_browser = 0; 693 use_browser = 0;
694 perf_hpp__init(false, false);
695 }
694 696
695 setup_sorting(report_usage, options); 697 setup_sorting(report_usage, options);
696 698