diff --git a/builtin-report.c b/builtin-report.c index 0f198f6..90396a7 100644 --- a/builtin-report.c +++ b/builtin-report.c @@ -54,6 +54,8 @@ #include #include +#include + struct report { struct perf_tool tool; struct perf_session *session; @@ -1398,6 +1400,8 @@ repeat: } else ret = 0; + chrono_report_disp(); + error: zfree(&report.ptime_range);