eh_elf: report timer

This commit is contained in:
Théophile Bastian 2018-06-15 01:26:53 +02:00
parent c6ae72f381
commit 67035cd071
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,8 @@
#include <unistd.h>
#include <linux/mman.h>
#include <libunwind.h>
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);