diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index b6696dd51cb08e22ab0da982182d05c1be207226..1da243dfbc3e7005ea9a64c195571f7ef1504c19 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)
 
 	if (strcmp(report.input_name, "-") != 0)
 		setup_browser(true);
-	else
+	else {
 		use_browser = 0;
+		perf_hpp__init(false, false);
+	}
 
 	setup_sorting(report_usage, options);