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=278c4a353b250deabde254f7a4f18b8bc945d0e4;hpb=cbe854148e2a2a286b62027b36c5a02398fe3d28;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 278c4a35..93c69357 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -14,13 +14,14 @@ 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
+(10) Add cancel button to LTTV filter GUI window.

* 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.
@@ -33,12 +34,16 @@ RPM package
LTT Next Generation Roadmap

* TODO
-(1) make LTT tracing code completely atomic (thus remove locks)
+(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
@@ -72,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.