X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=fad762af058fd7952ed2a8b16f763f2ea2b20ce7;hb=145c9c57dd280c75e8095ebe802ae3c138bf9691;hp=a5c26855dfb563fbc46963ccdea3204aa435d221;hpb=aca625288f15f86c50f797b1f10cf6796d9bff0b;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 a5c26855..fad762af 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -14,7 +14,7 @@ for the TODO items :
* TODO
(4) create a event rate graphical view : Will be useful in conjonction with the filter.
- # Parisa Heidari
+ # Parisa Heidari
(6) migrate align to lttv parser.
(7) create an analysis of function time (like a precise gprof)
-> with gcc -f inline-functions
@@ -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.
+ # 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
@@ -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.