X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=a3e8df97898720fb4d58b41bb366a1c274a400d1;hb=bcaf565bbfb26d0ac7e4647528230feb61443a01;hp=a81dcdb3b1f7b0d91792ad2732343d2776008ef8;hpb=09ac38f4339451e3c53c1dded1913f8775dbf042;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index a81dcdb3..a3e8df97 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3448,6 +3448,10 @@ powerpc64, s390, sparc, sparc64.
0.153
0.154
0.155
+0.156
+0.157
+0.158
+0.159
0.65
@@ -3456,6 +3460,7 @@ powerpc64, s390, sparc, sparc64.
0.68
0.69
0.70
+0.71
obsolete
@@ -3553,6 +3558,16 @@ 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.