X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=a47420672b680e4b1a41864c11dd04ee7c6936e7;hb=6b18b6206e1ca859687af3efea2381f8068a8380;hp=2d994cc8e240546ed903f8079cb289be6be35589;hpb=7a7d2228d4a93ba500bd9af0e181fe4e3baab653;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 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