X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=7115656dfbe74457214d0f1525f55a12c49bbb5d;hb=7fa841b1fc3bc8ebbcfb249b68691ed9693d9fad;hp=26d9334fbf33c9190e253b878f85b2b64b8449a3;hpb=e25b7fb66af442051a2eaed27cc314d057f33f17;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 26d9334f..7115656d 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3445,6 +3445,12 @@ powerpc64, s390, sparc, sparc64.
0.150
0.151
0.152
+0.153
+0.154
+0.155
+0.156
+0.157
+0.158
0.65
@@ -3452,6 +3458,8 @@ powerpc64, s390, sparc, sparc64.
0.67
0.68
0.69
+0.70
+0.71
obsolete
@@ -3548,6 +3556,15 @@ 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.