From: compudj Date: Sat, 10 Dec 2005 00:47:40 +0000 (+0000) Subject: todo update X-Git-Tag: v0.12.20~2109 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=63eeefc358a5e7d651a21c0f8fff160a0a2017a5;p=lttv.git todo update git-svn-id: http://ltt.polymtl.ca/svn@1380 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 7633d350..9f6ff574 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -17,6 +17,7 @@ The % symbol marks who is interested in the realisation of the item.

* TODO
(1) Port LTTV to genevent-new parser.
+ # Mathieu Desnoyers
(2) Fix bug with enums in lttv : make them use the value associated.
(4) create a event rate graphical view : Will be useful in conjonction with the filter.
@@ -30,9 +31,6 @@ The % symbol marks who is interested in the realisation of the item.
LTT Next Generation Roadmap

* TODO
-(1) add genevent full functionnality : alignment, array, sequences, nested -structures.
- # Mathieu Desnoyers
(1) Use 2.6.14 RelayFS control files.
(1) port LTTng to 2.6.14 kernel. (depends on genevent rewrite)
(2) add efficient and secure user space tracing. (1 month)
@@ -44,7 +42,8 @@ structures.
(3) port LTTng to : (depends on 2.6.14 port)
x86_64
#Autodesk Francois -L'Archeveque for 2.6.9 RedHat Enterprise
+L'Archeveque for 2.6.9 RedHat Enterprise (patch available in contrib, still +has to be ported to 2.6.14, thanks!)
%Wind River for 2.6.10
PPC
PPC64
@@ -65,7 +64,11 @@ enhance RPM packages for lttng kernel
Integrate header generation (genevent) in kernel build system.
Multithreaded lttd.
Find a different way to printk from instrumentation : forbidden from schedule -and wakeup (causes a deadlock).
+and wakeup (causes a deadlock). -> Modify printk so it uses LTTng tracer!
+Export channels via network sockets instead of writing them to disk.
+Export buffers with time constraint for "live" visualisation. Use +ltt_force_switch periodically from a timer to insure slow channels does not +interfere with viewing.

* Need to be discussed
Drop ltt-module-register and ltt-module-unregister, use exported variables.