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

Updates 2.0.4 issue 99 #158

Open
wants to merge 3 commits into
base: updates-2.0.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ingressPort.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,11 @@ from the oldest instruction retired in the cycle that Trace-on is
asserted, and stops following the newest instruction retired in the
cycle that Trace-off is asserted (subject to any optional filtering).

It follows from this that:

* if tracing is enabled and trace-off occurs on the cycle before trace-on, then tracing will continue unimpeded (i.e. it stays on);
* if tracing is disabled and trace-on and trace-off triggers occur simultaneously then only the instructions retired in that cycle will be traced.

Trace-notify provides means to ensure that a specified instruction is
explicitly reported (subject to any optional filtering). This capability
is sometimes known as a watchpoint.
Expand Down
Loading