X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=09cc3c81b160cff56ce554680b3bfe9207ed51e6;hb=cc58fd8811f04d5e411d2f93d5d9d3d24a12eb0e;hp=3a1391671bf8c1a0a28995bea017170b70c81dbb;hpb=9250dd72b6a28aff8e9edaaa4383b6d6dd14b557;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 3a139167..09cc3c81 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3376,6 +3376,13 @@ powerpc64, s390, sparc, sparc64.
0.12.8
0.12.9
0.12.10
+0.12.11
+0.12.12
+0.12.13
+0.12.14
+0.12.15
+0.12.16
+0.12.17
0.92
@@ -3389,10 +3396,55 @@ powerpc64, s390, sparc, sparc64.
0.100
0.101
0.102
+0.103
+0.104
+0.105
+0.106
+0.108
+0.109
+0.110
+0.111
+0.112
+0.113
+0.114
+0.115
+0.116
+0.117
+0.118
+0.119
+0.120
+0.121
+0.122
+0.123
+0.124
+0.125
+0.126
+0.127
+0.128
+0.129
+0.130
+0.131
+0.132
+0.133
+0.134
+0.135
+0.136
+0.137
+0.138
+0.139
+0.140
+0.141
+0.142
+0.143
+0.144
+0.145
+0.146
0.65
0.66
+0.67
+0.68
obsolete
@@ -3409,6 +3461,14 @@ obsolete
2.6.29-rc4
2.6.29-rc6
+2.6.29-rc7
+2.6.29-rc8
+2.6.29
+2.6.29.1
+2.6.30-rc1
+2.6.30-rc2
+2.6.30-rc5
+2.6.30
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3419,6 +3479,59 @@ yet.
LTTng 0.99 fixes ARM syscall exit tracing.
LTTng 0.101 supports Linux kernel 2.6.29-rc6.
LTTng 0.103 integrates a patch to cache the page_address lookup.
+LTTng 0.104 includes the basics for future text output support (ltt-ascii is +still work in progress) and a lot of patch folding has been done in preparation +for LKML post. It supports kernel 2.6.29-rc7.
+LTTng 0.108 boosts performances. Fixes a false-sharing problem, divides the +buffer management code into slow and fast paths for better locality.
+LTTng 0.110 moves to a pointer array instead of a linked list to manage the +buffer pages.
+LTTng 0.111 adds commit count prefetch, removes rcu list prefetch (slows down +small lists) and fixes powerpc64 build.
+LTTng 0.114 fixes LTTng vmcore (crash dump) support.
+LTTng 0.115 support kernel 2.6.29.
+LTTng 0.116 adds irq_next_handler event to tell which irq handler is being +called.
+LTTng 0.117 fixes napi dev instrumentation.
+LTTng 0.120 fixes irq instrumentation bug introduced in 0.118.
+LTTng 0.121 adds performance enhancements (lighter atomic primitives) and adds +NFS support for splice write (can save traces to NFS mounts again).
+LTTng 0.123 supports kernel 2.6.29.1.
+LTTng 0.124 fixes a mutex circular dependency in ltt-trace-control.
+LTTng 0.125 supports kernel 2.6.30-rc1.
+LTTng 0.126 supports kernel 2.6.30-rc2.
+LTTng 0.129 finally gets merge with event tracer right.
+LTTng 0.130 fixes issues when building LTTng as modules (in ltt kprobes support, +Kconfig for ltt-relay-*.c and exporting vmalloc_sync_all symbol appropriately).
+LTTng 0.133 fixes a irq handler instrumentation regression introduced in the +2.6.30-rc LTTng versions.
+LTTng 0.134 includes ARM OMAP3 trace clock fixes, idle support, PM tracepoints +and LTTng async timer running as deferrable timer to save power.
+LTTng 0.135 support kernel 2.6.30-rc5.
+LTTV 0.12.13 fixes a bug in resourceview trap exit handling when occurs before +any trap entry at the beginning of the trace.
+LTTV 0.12.14 fixes irq and softirq handling of resourceview for exit event at +the beginning of the trace.
+LTTng 0.137 moves trace_clock generic variable to trace_clock_var. Conflict with +ftrace.
+LTTng 0.139 modifies the memory barrier IPIs (at sub-subber switch) to give them +a good deal of paranoia : don't trust the Linux IPI mechanism to ensure that +memory is presented in program order when the remote ipi handler runs. Use our +own smp_mb()s to ensure memory ordering. It's a slow path anyway, we don't +care.
+LTTng 0.140 supports kernel 2.6.30.
+LTTV 0.12.15 contains some fixes for the resource view.
+ltt-control 0.68 fixes a memory leak in liblttctl.
+lttv 0.12.16 fixes file/quit menu.
+lttv 0.12.17 changes g_warning for missing events/fields for a g_info. Activate +with -v on the command line.
+LTTng 0.143 fixes LTTng build with kernels having module config options +disabled.
+LTTng 0.144 includes a fix for network event byte ordering.
+LTTng 0.145 fixes the flight recorder lockless fast path. Need to push reader +there too. Also fixes the maximum splice() size: fixed to 1 subbuffer. Also +simplified the flight recorder wrap around handling.
+LTTng 0.146 adds extra read-side sub-buffer for flight recorder.