<html>
<body>
-<big>Progress in LTTV :<small><br>
+<big>LTTV Roadmap<small><br>
+<br>
+* TODO<br>
+migrate align to lttv parser.<br>
+create a event rate graphical view : Will be useful in conjonction with the
+ filter.<br>
+create an analysis of function time (like a precise gprof)<br>
+ -> with gcc -f inline-functions<br>
+<br>
+<br>
* Done<br>
Buffer aligned on page boundary -> use valloc.<br>
per struct (struct align=x) support added to genevent (partial).<br>
make lttv aware of the per facility long, void* and size_t types.<br>
Read current trace header and buffer header.<br>
<br>
-*TODO<br>
-migrate align to lttv parser.<br>
-create a event rate graphical view : Will be useful in conjonction with the
- filter.<br>
-create an analysis of function time (like a precise gprof)<br>
- -> with gcc -f inline-functions<br>
+<big>LTT Next Generation Roadmap<small><br>
<br>
+* TODO<br>
+make LTT tracing code completely atomic (thus remove locks)<br>
+add efficient and secure user space tracing. (1 month)<br>
+integrate LTTng State Dump : missing irq and process state.<br>
+add genevent full functionnality : alignment, array, sequences, nested
+structures.<br>
+add gcc -finstrument-functions instrumentation<br>
<br>
-Here the status of the work in progress for LTT Next Generation<br>
<br>
* Done<br>
remove ltt-headers.h<br>
Add configurable alignment (LTT_ALIGNMENT).<br>
<br>
<br>
-* TODO<br>
-make LTT tracing code completely atomic (thus remove locks)<br>
-add efficient and secure user space tracing. (1 month)<br>
-integrate LTTng State Dump : missing irq and process state.<br>
-add genevent full functionnality : alignment, array, sequences, nested
-structures.<br>
-add gcc -finstrument-functions instrumentation<br>
-<br>
-<br>
<br>
* TODO (low priority)<br>
Integrate header generation (genevent) in kernel build system.<br>