X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=bea4afc80f8a11ab371398af9fd2d337313af6fb;hb=b9e1fab11c089bdf2ed2d7a3b834587aa0464e11;hp=d705a0a7db3b77cb7c950148956e176246ba959b;hpb=b206019c1ddad3e66f2535f473d85450eb8bb2bd;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index d705a0a7..bea4afc8 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -1,7 +1,8 @@ -Quick list of compatible LTTV and LTTng versions :
+The not-so-quick list of compatible LTTV and LTTng versions :
+(please scroll to the bottom to see the latest versions)



@@ -3217,6 +3218,7 @@ powerpc64, s390, sparc, sparc64.
0.12.4
0.12.5
0.12.6
+0.12.7
0.65
@@ -3232,12 +3234,22 @@ powerpc64, s390, sparc, sparc64.
0.75
0.76
0.77
+0.78
+0.79
+0.80
+0.81
+0.82
+0.83
+0.84
+0.85
+0.86
0.60
0.61
0.62
0.63
+0.64
obsolete
@@ -3256,6 +3268,7 @@ obsolete
2.6.27.9
2.6.27.10
2.6.28
+2.6.28.1
Channels are now dynamically allocated at runtime by LTTng.
@@ -3273,6 +3286,19 @@ LTTng 0.74 fixes network probe build and adds ext4/jbd2 tracepoints.
LTTng 0.75 adds ext4 tracing support.
LTTng 0.76 adds ext4 and jbd2 filtering on inode/device. See /mnt/debugfs/ltt/filter/
+ltt-control 0.64 automatically mounts debugfs and loads +ltt-trace-control.ko.
+LTTng 0.80 fixes regression in entry_64.S where a tbench slowdown occured when +SYSCALL AUDIT or secure computing was enabled.
+LTTng 0.81 fixes userspace marker ABI x86_32 build error.
+LTTng 0.82 fixes x86_32 entry_32.S syscall tracing missing event due to thread +flag being moved to bit 9 in 2.6.28. The testb has to be changed for a +testw.
+LTTng 0.83 fixes kerneldoc.
+LTTng 0.84 adds block layer tracing.
+LTTng 0.85 fixes function tracer support.
+LTTV 0.12.7 updates LTTV to the new lttctl and ltt-armall commands.
+LTTng 0.86 fixes entry_64.S irq off tracer support.