Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ETE decoding from Armv9 #13

Open
holaymzhang opened this issue May 23, 2023 · 1 comment
Open

Support ETE decoding from Armv9 #13

holaymzhang opened this issue May 23, 2023 · 1 comment

Comments

@holaymzhang
Copy link

Thanks to this useful decoder tool.

Since ETE and TRBE are next-generation hardware tracing components from Armv9. Whether there is any plan to support the ETE decoding?

@hwangcc23
Copy link
Owner

Thank you for bringing up this question.

I quickly looked it up in the ARM online documentation, and it seems that ETE is compatible with ETMv4.There is no need to modify the code.
https://developer.arm.com/documentation/102856/0100/Embedded-Trace-Extension?lang=en

Embedded Trace Extension
ETE is the trace architecture for Armv9-A PEs. ETE has many similarities with the Arm ETMv4 architecture. These similarities create a trace programming and decode environment that is compatible between ETE and ETMv4 implementations.

I will allocate some time to go through the documentation to determine if any changes to the code are required for ETE.
If you have any suggestions or a pull request, please feel free to share. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants