From: compudj Date: Sat, 30 Jul 2005 00:17:33 +0000 (+0000) Subject: updateltt-experimental-rewrite.html X-Git-Tag: v0.12.20~2497 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=0c4b3d5593163c112a40b473592a14f5aa68e25a;hp=4085af66a40e46c14a9e894b89dade3be6cfba2d;p=lttv.git updateltt-experimental-rewrite.html git-svn-id: http://ltt.polymtl.ca/svn@992 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html index aa3f79c1..c208e88d 100644 --- a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html +++ b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html @@ -1,5 +1,16 @@ +Progress in LTTV :
+* Done
+Buffer aligned on page boudary -> use valloc.
+per struct support added to genevent (partial).
+
+*TODO
+Read current trace header and buffer header.
+migrate align to lttv parser.
+Add offset align generation for structs to genevent.
+
+
Here the status of the work in progress for LTT experimental

* Done
@@ -19,9 +30,6 @@ Add information in the buffer header : buffer size, etc etc...
easier to decode.
Add trace start structure to buffer start header.
fix genevent : take no lock if num traces active is 0.
-
-
-* TODO
Add type information per facility : it will help having a standard way to understand information coming from both kernel space and user space, and deal easily with 64 bits kernel with 64 and 32 bits processes (and with size_t know @@ -30,6 +38,10 @@ another).
fix structures alignment, array and sequences too. -> trace dynamic.
add per facility alignment (inside structures).
add control of alignment.
+add control for subbuffer size and number of subbuffers.
+
+
+* TODO
add user space tracing.