X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=4b4c1b01d7e6a9333fbffe1871dcc1e0bf531e5a;hb=dc87b6b7841fd143c789d784a99d947d10e41cef;hp=08bf4303fd8fa7144d4fc8aa80970eb779a74d3c;hpb=96cd94d75fbc51f4a520d5783762f599aad8b600;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 08bf4303..4b4c1b01 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3089,12 +3089,21 @@ powerpc64, s390, sparc, sparc64.
0.11.4
+0.11.5
+0.11.6
0.47
0.48
0.49
0.50
+0.51
+0.52
+0.53
+0.54
+0.55
+0.56
+0.57
0.53
@@ -3116,6 +3125,7 @@ obsolete
2.6.27.4
+2.6.27.6
LTTng 0.47 and LTTV 0.11.4 now saves the event lost count in the subbuffer @@ -3125,6 +3135,68 @@ LTTng 0.49 is a compile fix for userspace markers.
LTTng 0.50 fixes immediate values by reverting the "jump patching" version of immediate values. They were always on, and therefore broken. It also reimplements tracepoint, marker and imv mutexes.
+LTTng 0.51 implements timestamping updates.
+LTTng 0.53 implements a timer-based generic tracing clock, also includes +various fixes.
+LTTng 0.54 fixes the MIPS get_cycles_rate() and also change the freq_scale +variable from a multiplier to a divisor.
+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.
+ + + + +x86, alpha, arm26, avr32, cris, frv, h8300, m32r, m68knommu, parisc, sh, sh64, +um, v850, xtensa.
+arm, i686, ia64, m68k, mips, mipsel, x86_64, powerpc 405, +powerpc64, s390, sparc, sparc64.
+ + + + + + +0.11.4
+0.11.5
+0.11.6
+ + +0.58
+0.59
+0.60
+0.61
+0.62
+0.63
+0.64
+ + +0.58
+0.59
+ + +obsolete
+ + +0.6
+ + +obsolete
+ + +2.2
+ + +2.6.27.7
+2.6.27.8
+ + +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.