Skip to content
Closed
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
2 changes: 1 addition & 1 deletion spec/ctxp-format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ META:#0="CPU0",#1="CPU1",#2="CPU2",#3="CPU\\\"3\""
- Followed by the trace data, as list of events in each line:
+
[source]
#<SOURCE ID:dec>:<TYPE:string>:(<VALUE 1:hex>)?:(<VALUE 2:hex>)?: (@ <CYCLE COUNT:dec>)?
#<SOURCE ID:dec>:<TYPE:string>:(<VALUE 1:hex>)?:(<VALUE 2:hex>)? (@ <CYCLE COUNT:dec>)?

** `TYPE:string` must be a type defined in <<sec:trace_events>>.
** Presence of `VALUE 1` and `VALUE 2` depend on `TYPE`, defined in <<tab:type_payloads>>. Colons are always present.
Expand Down
Loading