X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=27da4c42d4b6b9ec492c94d03ad03ff6f05f109d;hp=ef7d7a0d1bfc5b9aef88fa22f65ec425bf175fd3;hb=87502777dbfde275109307befcdf75abeafe4af2;hpb=dc56f1677294c861148174489759d7eee6b52169 diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index ef7d7a0..27da4c4 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1,4 +1,4 @@ -Common Trace Format (CTF) Specification (pre-v1.8) +Common Trace Format (CTF) Specification (v1.8.1) Mathieu Desnoyers, EfficiOS Inc. @@ -1113,8 +1113,8 @@ trace. The event "id" field can be left out if there is only one event in a stream. trace { - major = value; /* Trace format version */ - minor = value; + major = value; /* CTF spec version major number */ + minor = value; /* CTF spec version minor number */ uuid = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"; /* Trace UUID */ byte_order = be OR le; /* Endianness (required) */ packet.header := struct { @@ -1732,6 +1732,7 @@ typedef-name: 2.3) CTF-specific declarations ctf-specifier: + clock { ctf-assignment-expression-list-opt } event { ctf-assignment-expression-list-opt } stream { ctf-assignment-expression-list-opt } env { ctf-assignment-expression-list-opt }