X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=9018f00acbc9071812efb425f570b47f4d8999a8;hb=9564b36f417e52c4abbeed7b99bbe62adea6f6fe;hp=f9c3dd6ba0b6e641d0f744feb61c7982c7a2f7de;hpb=c4a5a3f622e2c1bf0e18388b81097db9cb7c4ea1;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index f9c3dd6b..9018f00a 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -2975,10 +2975,11 @@ powerpc64, s390, sparc, sparc64.
0.11.0
-0.37
+0.38
0.53
+0.54
obsolete
@@ -2996,7 +2997,8 @@ obsolete
2.6.27
-LTTng 0.37 and LTTV 0.11.0 +LTTng 0.38 and LTTV 0.11.0
+
I just cleaned up the LTTng trace format heavily, got rid of the heartbeat timer (by checking for overflow at the tracing site), got rid of the "special" compact channel; it removed about 5 FIXMEs in LTTng @@ -3011,6 +3013,12 @@ Note that this "event size" field can eventually be enabled on a per-event or per-channel basis. This will probably be useful to encode "binary blobs"...

+I also cleanup up the subbuffer header to make is much smaller than the +previous one by removing unneeded information.
+
+I renamed the "facilities" channel to a better name : "metadata". It +contains marker descriptions.
+
The trace major number is bumped to "2" and is completely incompatible with old LTTV.