You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: