Skip to content
Merged
Changes from 7 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
13 changes: 6 additions & 7 deletions payload.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,14 @@ instruction context.
[[sec:format33]]
=== Format 3 subformat 3 - Support

This packet provides supporting information to aid the decoder. It is
issued when
This packet provides supporting information to aid the decoder. It must be issued:

* Trace is enabled or disabled;
* The operating mode changes;
* One or more trace packets cannot be sent (for example, due
back-pressure from the packet transport infrastructure).
* When trace is enabled, and before the first sync packet, in order to ensure the decoder is aware of how the encoder is configured. This could be as late as when *trTeInstTracing* becomes 1, but it is recommended this be sent as soon as *trTeEnable* changes from 0 to 1. This reduces the likelihood of having to generate two packets (support and sync-start) at the point tracing actually starts;
* When tracing ceases for any reason (*trTeEnable* or *trTeInstTracing* set to 0, trace-off trigger, halt, reset, loss of filter qualification, etc.), in order to inform the decoder that the preceding packet reported the address of the final traced instruction;
* If one or more trace packets cannot be sent (for example, due back-pressure from the packet transport infrastructure);
* If the operating mode of the encoder changes such that the the information output in a previous support packet no longer applies (i.e. if *encoder_mode*, *ioptions*, *doptions* or *denable* change).

The *options* field is a placeholder that must be replaced by an
The *ioptions* and *doptions* fields are placeholders that must be replaced by an
implementation specific set of individual bits - one for each of the
optional modes supported by the encoder.

Expand Down
Loading