X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=cd6a6cee74813077f5081efce341df660fc7b574;hp=dedf5935ecf80c1e8846a2122947131d8c442c38;hb=ac5e238dc4dc2ff9c9059f305a76fd43fde3de9b;hpb=570ecabebb5ce0398f044cb6389f33901b08cc4a diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index dedf593..cd6a6ce 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) 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 { @@ -1150,8 +1150,7 @@ event { name = "event_name"; id = value; /* Numeric identifier within the stream */ stream_id = stream_id; - loglevel.identifier = "loglevel_identifier"; - loglevel.value = value; + loglevel = value; context := struct { ... };