|
@@ -823,16 +823,16 @@ repeat:
|
|
goto error;
|
|
goto error;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ perf_hpp__init();
|
|
|
|
+
|
|
/* Force tty output for header output. */
|
|
/* Force tty output for header output. */
|
|
if (report.header || report.header_only)
|
|
if (report.header || report.header_only)
|
|
use_browser = 0;
|
|
use_browser = 0;
|
|
|
|
|
|
if (strcmp(input_name, "-") != 0)
|
|
if (strcmp(input_name, "-") != 0)
|
|
setup_browser(true);
|
|
setup_browser(true);
|
|
- else {
|
|
|
|
|
|
+ else
|
|
use_browser = 0;
|
|
use_browser = 0;
|
|
- perf_hpp__init();
|
|
|
|
- }
|
|
|
|
|
|
|
|
if (report.header || report.header_only) {
|
|
if (report.header || report.header_only) {
|
|
perf_session__fprintf_info(session, stdout,
|
|
perf_session__fprintf_info(session, stdout,
|