From 6b18b6206e1ca859687af3efea2381f8068a8380 Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 18 Dec 2005 04:05:55 +0000 Subject: [PATCH] roadmap update git-svn-id: http://ltt.polymtl.ca/svn@1432 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html index 2d994cc8..a4742067 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -9,7 +9,7 @@ for the TODO items :
(10): lowest priority


-Dependencies are written between parenthesis ( ).
+Dependencies are written between brackets [ ].
The # symbol marks who is currently working on the item.
The % symbol marks who is interested in the realisation of the item.

@@ -21,7 +21,7 @@ The % symbol marks who is interested in the realisation of the item.
# Parisa Heidari
(7) create an analysis of function time (like a precise gprof)
-> with gcc -f inline-functions
-(7) Create a hardware counter viewer (rates : L1 cache miss, page faults, interrupts...).
+(7) Create a hardware counter viewer (low cost rate counters : L1 cache miss, page faults, interrupts...).
(10) Add cancel button to LTTV filter GUI window.

@@ -37,7 +37,7 @@ The % symbol marks who is interested in the realisation of the item.
(5) Integrate LTTng and lttd with LKCD.
(7) add gcc -finstrument-functions instrumentation
(7) Integrate periodical dump of perfctr hardware counters.
-(3) port LTTng to : (depends on 2.6.14 port)
+(3) port LTTng to :
x86_64
#Autodesk Francois L'Archeveque for 2.6.9 RedHat Enterprise (patch available in contrib, still @@ -65,7 +65,7 @@ Find a different way to printk from instrumentation : forbidden from schedule 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 +ltt_force_switch periodically from a timer to insure slow channels do not interfere with viewing.

* Need to be discussed
-- 2.34.1