From: compudj Date: Mon, 24 Nov 2008 11:21:33 +0000 (+0000) Subject: update compat X-Git-Tag: v0.12.20~329 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=eb85ec174e9b2b7ecdb2bbfe49183ccad07045ae;hp=f6fe5fc89d60e5705c0bb78305a7506fa93b3c7b;p=lttv.git update compat git-svn-id: http://ltt.polymtl.ca/svn@3160 04897980-b3bd-0310-b5e0-8ef037075253 --- 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.