X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=fe7c2499f8530016362ae3e7a30571ce0629cd12;hb=6740946d6f1964032a2831bccc370ede7b55bb9a;hp=8ecf995bece8efb28679c4f950d84a68e819c72d;hpb=28b45a8f2cf0082d5864d74d3ec3c5168d420f33;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 8ecf995b..fe7c2499 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3217,6 +3217,7 @@ powerpc64, s390, sparc, sparc64.
0.12.4
0.12.5
0.12.6
+0.12.7
0.65
@@ -3236,6 +3237,11 @@ powerpc64, s390, sparc, sparc64.
0.79
0.80
0.81
+0.82
+0.83
+0.84
+0.85
+0.86
0.60
@@ -3283,6 +3289,14 @@ 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.