X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=319a05d14ccfe2779183496b1530e76ecdcabd6d;hb=7671b5b8b86bf05837cc0fc3ade750e078001ccc;hp=42e9ada8f4660c9c96cb97ddc2b0e8e3ca34d6a9;hpb=1d44e92a1c9cac7fe41782298156327de0321bd1;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 42e9ada8..319a05d1 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3691,12 +3691,41 @@ powerpc64, s390, sparc, sparc64.
0.12.22
+0.12.23
+0.12.24
+0.12.25
+0.12.26
+0.12.27
+0.12.28
+0.12.29
0.173
+0.174
+0.175
+0.176
+0.177
+0.178
+0.179
+0.180
+0.181
+0.182
+0.182o
+0.183
+0.183o
+0.184
+0.185
+0.185o
+0.186
+0.186o
+0.187
+0.188
0.76
+0.77
+0.78
+0.79
obsolete
@@ -3712,12 +3741,47 @@ obsolete
2.6.31.6
+2.6.32-rc8
+2.6.32
+2.6.32.2
+2.6.32.4
LTTng 0.173, ltt-control 0.76, lttv 0.12.22, trace format 2.5 add support for variable-sized subbuffer transfers. Useful for network trace streaming with a periodic timer to flush the buffers periodically: only the actual payload (aligned to the next page) will be sent.
+LTTng 0.174 adds missing del_timer to switch_timer, and fixes buggy mips32 trace +clock.
+LTTng 0.175 fixes event ID compaction. Caused problems when doing a second (and +more) trace session.
+ltt-control 0.77 integrates new more flexible ltt-armall/ltt-disarmall scripts +(which can now take options). LTTng 0.176 fixes a reverse locking issue in +marker disable from trace control module.
+lttv 0.12.23 fixes polling in the trace control plugin.
+LTTng 0.177 fixes mips32 and mips64 trace clock.
+LTTng 0.178 reverts MIPS trace clock to assume synchronized TSCs.
+LTTng 0.179 supports kernel 2.6.32-rc8.
+LTTV 0.12.24 deals with try_wake_up by appropriately setting the target thread +to "wake for cpu" state.
+LTTng 0.180 fixes SH trace clock definition.
+LTTng 0.181 supports kernel 2.6.32.
+ltt-control update ltt-armall script to stop using deprecated head -1.
+LTTng 0.182 fixes powerpc 440 support and adds trace clock support for PM and +DVFS on ARM OMAP3.
+LTTng 0.182o is based on the omap/pm tree 2.6.32-rc8 kernel. It has the DVFS/PM +trace clock support found in lttng 0.182.
+LTTV 0.12.25 changes the size of default irq table to work around a bug in +state.c (experienced on a ARM trace).
+LTTng 0.185 coexists peacefully with trace event.
+LTTng 0.186 and 0.186o fixes !CPUFREQ config for arm omap3 tracing.
+LTTng 0.187 and 0.188, for kernel 2.6.32.4, fixes x86-32 apm cpu idle instrumentation.
+LTTV 0.12.26 fixes a backward position seek wrap-around (time underflow) issue +with the detailed event list.
+LTTV 0.12.27, 0.12.28 temporarily disables the new network sync module, which +causes a build failure on 64-bit.
+ltt-control 0.79 ensures /bin/sh (busybox) script compatibilty.
+LTTV 0.12.29 re-enables the network time alignment (sync/). It's fixed now.