X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=fc266c379df1066df5a98d3067d126dcd2f0a2f1;hb=edb1680e6ed4ff5808e01b26d8254c7c6e0d62c0;hp=88ea7963256cc02993b8689c79de7c8c8f95e343;hpb=14e3ee3f18badb252484cf0cf31b33eb66151fc6;p=lttv.git 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).