X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=fe7c2499f8530016362ae3e7a30571ce0629cd12;hb=6740946d6f1964032a2831bccc370ede7b55bb9a;hp=73ef426ae2ea1ad317531d60455cfa42a15db774;hpb=550cf24afb64f0af059204e57867070760029124;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 73ef426a..fe7c2499 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3211,12 +3211,44 @@ powerpc64, s390, sparc, sparc64.
0.12.0
+0.12.1
+0.12.2
+0.12.3
+0.12.4
+0.12.5
+0.12.6
+0.12.7
0.65
+0.66
+0.67
+0.68
+0.69
+0.70
+0.71
+0.72
+0.73
+0.74
+0.75
+0.76
+0.77
+0.78
+0.79
+0.80
+0.81
+0.82
+0.83
+0.84
+0.85
+0.86
0.60
+0.61
+0.62
+0.63
+0.64
obsolete
@@ -3232,10 +3264,39 @@ obsolete
2.6.27.8
+2.6.27.9
+2.6.27.10
+2.6.28
Channels are now dynamically allocated at runtime by LTTng.
Marker IDs are now per channel.
+ltt-control 0.61 changes the command line arguments. See updated QUICKSTART.
+LTTng 0.68 implements /mnt/debugfs/ltt/write_event for basic userspace tracing.
+LTTV 0.12.3 updates the filter for channel_name.event_name, adds channel.name= +support and event.subname= support.
+LTTV 0.12.4 fixes marker support so it handles disabled channels.
+ltt-control 0.62 fixes ash newline support in ltt-armall/ltt-disarmall. +This is expecially useful for busybox.
+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.
+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.