hwangcc23 / ptm2human

ARM PTM decoder, and ARM ETM v4 decoder. ptm2human is a decoder for trace data outputted by Program Trace Macrocell (PTM) and Embedded Trace Macrocell (ETMv4).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in tracer_ts function

Jonathan-Zms opened this issue · comments

line 112:
if (!timestamp) {
should be
if (timestamp) {

Thanks for reporting this bug.
This is fixed by 4d8d0c0