X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=a7444990060cfdff35ac507bfec00642913e35fc;hb=e9a5b51409e5694eac4454885ea66b037e169b1d;hp=72f4c1592f92f4bd5509bee9f5031762f11c1c9a;hpb=1c1a0eb7986fd4018727d652cca0abf6964fdf2e;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 72f4c159..a7444990 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3383,6 +3383,8 @@ powerpc64, s390, sparc, sparc64.
0.12.15
0.12.16
0.12.17
+0.12.18
+0.12.19
0.92
@@ -3442,6 +3444,23 @@ powerpc64, s390, sparc, sparc64.
0.147
0.148
0.149
+0.150
+0.151
+0.152
+0.153
+0.154
+0.155
+0.156
+0.157
+0.158
+0.159
+0.160
+0.161
+0.162
+0.163
+0.164
+0.165
+0.166
0.65
@@ -3449,6 +3468,10 @@ powerpc64, s390, sparc, sparc64.
0.67
0.68
0.69
+0.70
+0.71
+0.72
+0.73
obsolete
@@ -3473,6 +3496,10 @@ obsolete
2.6.30-rc2
2.6.30-rc5
2.6.30
+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.
@@ -3542,6 +3569,42 @@ LTTng 0.148 correctly rounds the subbuffer size to at least one page.
LTTng 0.149 has working experimental ascii output.
LTTng 0.150 fixes UP build for cpufreq driver.
ltt-control 0.69 fixes lttd append mode.
+LTTng 0.151 fixes softirq instrumentation, caused by switch to mainline +TRACE_EVENT with different name assignment.
+LTTng 0.152 few SH build fixes.
+LTTng 0.153 updates trace clock (minor fix).
+LTTng 0.156 adds a required compiler barrier to the trace-clock-32-to-64 +update-side.
+LTTng 0.157 fixes the trace-clock-32-to-64 mutex to spinlock transition +patch.
+ltt-control 0.71 fixes uClibc support.
+LTTng 0.158 fixes a memory size allocation problem, triggered with large number +of subbuffers in lockless mode. Also adds a per-subbuffer event counter in +lockless buffers shown in dmesg when buffers are destroyed.
+LTTng 0.159 fixes trace-clock for mips and x86: use spinlock in cpu hotplug +notifier instead of mutex.
+LTTng 0.160 supports kernel 2.6.30.9. Using CONFIG_TREE_RCU with kernel 2.6.30.x +is recommended due to problems encountered with mainline PREEMPT and CLASSIC +RCU.
+LTTng 0.161 fixes immediate values interaction with !CONFIG_KPROBES.
+LTTV 0.12.18 fixes a name table resizing problem (memory leak).
+LTTV 0.12.19 fixes packaging issue with headers.
+LTTng 0.162 supports Linux 2.6.31.3.
+LTTng 0.163 for Linux 2.6.31.5 adds support for network synchronization +markers.
+ltt-control 0.72 adds support for network synchronization markers.
+LTTng 0.164 relicenses most tracer C files and headers, as well as immediate +values C files to dual LGPL v2.1 / GPL v2 license, and most immediate values +headers to dual BSD / GPL v2 license (phase 1).
+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).