X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=c298644459da6410b86c70a61cb7037381677b15;hb=1cd5368f6ed3f074f7252930c6d566742964ed8a;hp=f94f800207ff47d48a41083b049496c0b75eddc3;hpb=476ab57dfb584f0cb0175932c1fb6017ab86811e;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index f94f8002..c2986444 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3089,10 +3089,15 @@ powerpc64, s390, sparc, sparc64.
0.11.4
+0.11.5
0.47
0.48
+0.49
+0.50
+0.51
+0.52
0.53
@@ -3119,6 +3124,13 @@ obsolete
LTTng 0.47 and LTTV 0.11.4 now saves the event lost count in the subbuffer header. It's printed as a lttv warning when encountered. LTTng 0.47 also implemented specialized trap probes.
+LTTng 0.49 is a compile fix for userspace markers.
+LTTng 0.50 fixes immediate values by reverting the "jump patching" version of +immediate values. They were always on, and therefore broken. It also +reimplements tracepoint, marker and imv mutexes.
+LTTng 0.51 implements timestamping updates.
+LTTng 0.52 implements a timer-based generic tracing clock, also includes +various fixes.