X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=7d67d2770647b961b1e8258a2ba80ffb25e50e10;hp=f9d9b5fd0cce3e40eeaedfe56052c2655323f8ea;hb=8102bab3880652f57abb827214530a18be079516;hpb=6672e9e179a7f89487cea411c1ecfa2c2f5c1875 diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index f9d9b5f..7d67d27 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -835,7 +835,7 @@ packet header, specific to the meta-data stream, which contains, exactly: struct metadata_packet_header { - uint32_t magic; /* 0x3FF1C105 */ + uint32_t magic; /* 0x75D11D57 */ uint8_t trace_uuid[16]; /* Unique Universal Identifier */ uint32_t checksum; /* 0 if unused */ uint32_t content_size; /* in bits */ @@ -935,7 +935,7 @@ readable by accessing the upper dynamic scopes. 7.4 TSDL Examples The grammar representing the TSDL meta-data is presented in Appendix C. -TSDL Grammar. This section presents a rather ligher reading that +TSDL Grammar. This section presents a rather lighter reading that consists in examples of TSDL meta-data, with template values. The stream "id" can be left out if there is only one stream in the @@ -1248,14 +1248,6 @@ long-long-suffix: ll LL -digit-sequence: - digit - digit-sequence digit - -hexadecimal-digit-sequence: - hexadecimal-digit - hexadecimal-digit-sequence hexadecimal-digit - enumeration-constant: identifier string-literal