From: Mathieu Desnoyers Date: Fri, 13 Nov 2009 17:15:48 +0000 (-0500) Subject: update compat X-Git-Tag: v0.12.21~5 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=edb1680e6ed4ff5808e01b26d8254c7c6e0d62c0 update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 88ea7963..fc266c37 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3462,6 +3462,8 @@ powerpc64, s390, sparc, sparc64.
0.164
0.165
0.166
+0.167
+0.168
0.65
@@ -3610,6 +3612,12 @@ flush timer interval).
LTTV 0.12.20 fixes a dependency on non-standard __SIZEOF_LONG__. Uses __WORDSIZE instead. Should fix some 32-bit builds.
ltt-control 0.74 fixes a missing return value from liblttctl.
+LTTng 0.168 makes periodic flush energy-efficient, adds cpu idle notifiers for +x86_32, x86_64 to deal with periodic flush vs idle interaction (other +architectures are todo). Also fix a ltt-relay-vfs file close bug, increase +default vm_state channel subbuffer size, fix ltt-ascii so it compiles after +cleanup (ltt-ascii is still experimental, will need to be adapted to new +periodic flush scheme).