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

[NewFeature] support new ETM v4

hwangcc23 opened this issue · comments

The new ETM v4 provides support for the ARMv8 architecture.
Studying the spec.

Have implemented ETMv4 supporting (instruction traces only).
Since I don't have a platform on which has data traces (such as CM4), I don't have the plan to implement the data trace decoding. (Cannot test the code without the platform.)
I am going to close this issue first.