Compare commits

...

1 commit

Author SHA1 Message Date
Théophile Bastian 8b09fabf5a eh_elf: report timer 2018-06-15 01:27:38 +02:00

View file

@ -54,6 +54,8 @@
#include <unistd.h> #include <unistd.h>
#include <linux/mman.h> #include <linux/mman.h>
#include <libunwind.h>
struct report { struct report {
struct perf_tool tool; struct perf_tool tool;
struct perf_session *session; struct perf_session *session;
@ -1398,6 +1400,8 @@ repeat:
} else } else
ret = 0; ret = 0;
chrono_report_disp();
error: error:
zfree(&report.ptime_range); zfree(&report.ptime_range);