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

add instruction trace sample #1933

Closed
derekbruening opened this issue May 2, 2016 · 0 comments
Closed

add instruction trace sample #1933

derekbruening opened this issue May 2, 2016 · 0 comments

Comments

@derekbruening
Copy link
Contributor

One common tool that people build is an instruction trace tool. While the existing memtrace tool also records instruction information for memory instructions, it does not record for other instructions.

We'd like to show how to gather an instruction trace without hitting prohibitive slowdowns from clean calls on every instruction (which can also hit tricky problems on ARM: xref #1698) or from calling a printf routine over and over (xref #1929).

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

No branches or pull requests

1 participant