X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=fd63c1a42670028aa95e558059a73c4b3c8b1ba8;hb=e51a1414efe7752c95b1fb112ba067a23e2d0978;hp=517efb2454b1e641da75953ded727f5a3d38f3bd;hpb=f6fe5fc89d60e5705c0bb78305a7506fa93b3c7b;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 517efb24..fd63c1a4 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3144,8 +3144,6 @@ LTTng 0.57 fixes the modification done to offset and commit count counters following formal verification so the overflow is dealt with correctly. It was causing problems on 32-bits machines after 4GB worth of data going through a buffer.
-LTTng 0.58 implements debugfs-based trace control which will gradually replace -the netlink-based control.
@@ -3166,6 +3164,7 @@ powerpc64, s390, sparc, sparc64.
0.58
+0.59
0.58
@@ -3189,6 +3188,8 @@ obsolete
LTTng 0.58 implements debugfs-based trace control which will gradually replace the netlink-based control.
ltt-control 0.58 expects the netlink negative error values.
+LTTng 0.59 implements an exclusive wait poll to fix thundering herd problem and +help scalability.