X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=common-trace-format-proposal.txt;h=eab3a5d461799faadc4f192baf7838623aeeb292;hb=d674f4b88e91b6cdd6e8f3f879aded53f13edc35;hp=552ac32d33983d47f4b0dd30ba15abc4e198d25b;hpb=13441bf58f43115c03856276005260dc2b869ea7;p=ctf.git diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 552ac32..eab3a5d 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -233,7 +233,7 @@ defined by the size of the type "unit_type". TSDL meta-data representation: - unit_type name:size: + unit_type name:size; As an example, the following structure declared in C compiled by GCC: @@ -776,7 +776,7 @@ struct event_header_1 { uint64_t timestamp; /* 64-bit timestamps */ } extended; } v; -}; +} align(32); /* or align(8) */ 6.1.2 Type 2 - Many event IDs @@ -804,7 +804,7 @@ struct event_header_2 { uint64_t timestamp; /* 64-bit timestamps */ } extended; } v; -}; +} align(16); /* or align(8) */ 6.2 Event Context