X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=3e74d4cf0cb4f7298019006761b118d1ef9545d6;hb=8c73d52842c01094559e9a0cfbd0f32ec82afa5e;hp=83f9e05d40cbbf116a46e3182d8f92cf3d3a96a2;hpb=d772cca3078c82b6418a17ce092cd2f0f04a2906;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 83f9e05d..3e74d4cf 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3216,6 +3216,7 @@ powerpc64, s390, sparc, sparc64.
0.12.3
0.12.4
0.12.5
+0.12.6
0.65
@@ -3229,12 +3230,20 @@ powerpc64, s390, sparc, sparc64.
0.73
0.74
0.75
+0.76
+0.77
+0.78
+0.79
+0.80
+0.81
+0.82
0.60
0.61
0.62
0.63
+0.64
obsolete
@@ -3268,6 +3277,16 @@ LTTV 0.12.5 fixes the syscall and softirq names in print.c.
LTTng 0.73 supports the 2.6.28 kernel.
LTTng 0.74 fixes network probe build and adds ext4/jbd2 tracepoints.
LTTng 0.75 adds ext4 tracing support.
+LTTng 0.76 adds ext4 and jbd2 filtering on inode/device. See +/mnt/debugfs/ltt/filter/
+ltt-control 0.64 automatically mounts debugfs and loads +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.