X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=5ad95501af93d3cca2365d4d72284780240fdda9;hp=f9d9b5fd0cce3e40eeaedfe56052c2655323f8ea;hb=2daeaa3a00dee1af705a9f2b06cb4f4521317124;hpb=6672e9e179a7f89487cea411c1ecfa2c2f5c1875 diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index f9d9b5f..5ad9550 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,10 +1248,6 @@ long-long-suffix: ll LL -digit-sequence: - digit - digit-sequence digit - hexadecimal-digit-sequence: hexadecimal-digit hexadecimal-digit-sequence hexadecimal-digit