X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=93c69357d980a74fb049f312fd3178eb6ed56976;hb=3bb20f01e49bdd4308f696dc9e0f2c54316c6875;hp=a068c7939b6faee92913ed1245858136f56bf3a6;hpb=16383052b5b55516485946642c44caa5a031aa20;p=lttv.git diff --git a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html index a068c793..93c69357 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -14,6 +14,7 @@ for the TODO items :
* TODO
(4) create a event rate graphical view : Will be useful in conjonction with the filter.
+ # Parisa Heidari
(6) migrate align to lttv parser.
(7) create an analysis of function time (like a precise gprof)
-> with gcc -f inline-functions
@@ -21,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.
@@ -34,13 +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.
+ # Mathieu Desnoyers
+(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.
-(9) add genevent full functionnality : alignment, array, sequences, nested -structures.
+ # Jean-Hugues Deschenes
(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
@@ -74,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.