X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=2842d7b2a4df61a2c582b02afb99d28e88478503;hb=ae501037030ced04e28c12500548969a14d300d1;hp=53adef1b689802d2fa0ed614ea3a67c5d6f122a8;hpb=dfa5943db5324cc54c9ed49241d8bc02c5394baf;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 53adef1b..2842d7b2 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3385,6 +3385,7 @@ powerpc64, s390, sparc, sparc64.
0.12.17
0.12.18
0.12.19
+0.12.20
0.92
@@ -3460,6 +3461,10 @@ powerpc64, s390, sparc, sparc64.
0.163
0.164
0.165
+0.166
+0.167
+0.168
+0.169
0.65
@@ -3469,6 +3474,9 @@ powerpc64, s390, sparc, sparc64.
0.69
0.70
0.71
+0.72
+0.73
+0.74
obsolete
@@ -3496,6 +3504,7 @@ obsolete
2.6.30.9
2.6.31.3
2.6.31.5
+2.6.31.6
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3596,6 +3605,21 @@ LTTng 0.165 does a large refactoring/cleanup. It relicenses all the missing LTTng files that can be shared with the UST tracer. All code imported from relay.c is now in ltt-relay-splice.c, which is kept under the GPL license (and only useful within the kernel anyway).
+LTTng 0.166 fixes trace teardown error for 32-bit machines introduced in +0.165.
+LTTng 0.167 supports kernel 2.6.31.6.
+ltt-control 0.73 adds per-channel parameter "switch_timer" (periodic buffer +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).
+LTTng 0.169 fixes trace teardown.