From: compudj Date: Wed, 30 Nov 2005 22:32:41 +0000 (+0000) Subject: my work X-Git-Tag: v0.12.20~2149 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=145c9c57dd280c75e8095ebe802ae3c138bf9691;hp=4a2e16b70d402f2e39d2d7ca0c4b0ead6e7ce04f;p=lttv.git my work git-svn-id: http://ltt.polymtl.ca/svn@1340 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html index f11e8e8f..fad762af 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -22,7 +22,6 @@ for the TODO items :


* Done
-Buffer aligned on page boundary -> use valloc.
per struct (struct align=x) support added to genevent (partial).
Add offset align generation for structs to genevent.
make lttv aware of the per facility long, void* and size_t types.
@@ -35,15 +34,16 @@ RPM package
LTT Next Generation Roadmap

* TODO
-(1) make LTT tracing code completely atomic (thus remove locks)
-(1) port LTTng to 2.6.14 kernel.
+(1) add genevent full functionnality : alignment, array, sequences, nested +structures.
+ # Jean-Hugues Deschenes
+(1) port LTTng to 2.6.14 kernel. (depends on genevent rewrite)
(2) add efficient and secure user space tracing. (1 month)
(3) integrate LTTng State Dump : missing irq and process state.
# Jean-Hugues Deschenes
-(9) add genevent full functionnality : alignment, array, sequences, nested -structures.
(7) add gcc -finstrument-functions instrumentation
(3) port LTTng to x86_64, PPC, alpha, user-mode Linux, Xen, MIPS, ARM, S/390. +(depends on 2.6.14 port)

* Done
@@ -77,6 +77,8 @@ Add configurable alignment (LTT_ALIGNMENT).
Get ultra-precise logging with use of TSC (only) : only one do_gettimeofday read, and then we don't want the time flow to be altered by ntp.
Debian kernel package
+make LTT tracing code completely atomic (thus remove locks)
+Buffer aligned on page boundary -> use valloc.