X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-proposal.txt;h=c25c94333616d8cfb877c01b9f83798faab33de6;hp=238fbadfead6c69709bcffad007f8478d558dd67;hb=136830e95c50f7377882af612e71dd5ac00d7b2c;hpb=2e7d7fcb288895571a682e1ae3344d15578b1f55 diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 238fbad..c25c943 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -886,9 +886,12 @@ beginning of the file. This magic number is also used to detect the endianness of the architecture by trying to read the CTF magic number and its counterpart in reversed endianness. The events within the meta-data stream have no event header nor event context. Each event only -contains a "string" payload. Each meta-data packet start with a special -packet header, specific to the meta-data stream, which contains, -exactly: +contains a "sequence" payload, which is a sequence of bits using the +"trace.packet.header.content_size" field as a placeholder for its +length. The formatting of this sequence of bits is a plain-text +representation of the TSDL description. Each meta-data packet start with +a special packet header, specific to the meta-data stream, which +contains, exactly: struct metadata_packet_header { uint32_t magic; /* 0x75D11D57 */ @@ -1451,7 +1454,7 @@ struct-or-variant-declaration-list: struct-or-variant-declaration: specifier-qualifier-list struct-or-variant-declarator-list ; - declaration-specifiers storage-class-specifier declaration-specifiers declarator-list ; + declaration-specifiers-opt storage-class-specifier declaration-specifiers declarator-list ; typealias declaration-specifiers abstract-declarator-list := declaration-specifiers abstract-declarator-list ; typealias declaration-specifiers abstract-declarator-list := declarator-list ;