X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=77267358f4a9a19d7474385461b22a7dd4354065;hb=1590698920bfccb19647624af1bb4c4f9ed667ff;hp=15d7180d43ed538c05b93980cf281e7654e2dfbd;hpb=09d6a9965e3d492ac994e2eaa8cf535d2dff58f4;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 15d7180d..77267358 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
@@ -3238,6 +3240,9 @@ powerpc64, s390, sparc, sparc64.
0.81
0.82
0.83
+0.84
+0.85
+0.86
0.60
@@ -3263,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.
@@ -3289,6 +3295,114 @@ 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.
+ + + + +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.12.8
+0.12.9
+0.12.10
+0.12.11
+ + +0.87
+0.88
+0.89
+0.90
+0.91
+ + +0.60
+0.61
+0.62
+0.63
+0.64
+ + +obsolete
+ + +0.6
+ + +obsolete
+ + +2.3
+ + +2.6.28.2
+2.6.28.3
+2.6.28.4
+2.6.29-rc3
+ + +LTTng 0.87 combines 4 page fault events into 2. This is a very high-speed +tracing path.
+LTTV 0.12.8 supports LTTng 0.87.
+LTTng 0.88 and LTTV 0.12.9 now supports dynamic kernel instrumentation with +kprobes through a simple /mnt/debugfs/ltt/kprobes/ interface.
+LTTng 0.89 supports kernel 2.6.29-rc3, adds tree RCU tracing.
+LTTng 0.91 optimizes the write to page function (data copy to the buffers).
+LTTV 0.12.11 fixes a nasty event id/timestamp bug for event IDs 29, 30, 31.
+ + + + +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.12.8
+0.12.9
+0.12.10
+ + +0.92
+0.93
+ + +0.65
+ + +obsolete
+ + +0.6
+ + +obsolete
+ + +2.3
+ + +2.6.29-rc4
+ + +LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
+lttctl 0.65 updates ltt-armall to the new debugfs interface.
+lttv 0.12.10 fixes 32-bits host support for kprobes hash table.