X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=e8c9e48f6d87145e20a4c4af7a7bf5cc6cedc729;hp=4ecf4b879e77e62f48afc822bcf2c7bbc43b9b91;hb=ed1a0b45aaa8184cb1d9aa18d5a205a862fbf446;hpb=4cac83ee85af3683bcce60ef83184aa49507e7bc diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 4ecf4b8..e8c9e48 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -752,7 +752,6 @@ struct event_packet_context { uint32_t cpu_id; uint32_t/uint16_t content_size; uint32_t/uint16_t packet_size; - uint8_t stream_packet_count_bits; /* Significant counter bits */ uint8_t compression_scheme; uint8_t encryption_scheme; uint8_t checksum_scheme; @@ -1129,9 +1128,11 @@ stream { }; event { - name = event_name; + name = "event_name"; id = value; /* Numeric identifier within the stream */ stream_id = stream_id; + loglevel.identifier = "loglevel_identifier"; + loglevel.value = value; context := struct { ... };