a56b78734621aab516fd1cd76eefcfb0823ad0fb
[lttv.git] / ltt / branches / poly / doc / developer / lttng-lttv-roadmap.html
1 <html>
2 <body>
3 <center><big><big>LTTV & LTTng roadmap<small><small></center>
4 <br>
5 <br>
6 Here are the roadmaps for the LTTV and LTTng development. I use a priority indice
7 for the TODO items :<br>
8 (1) : very high priority<br>
9 (10): lowest priority<br>
10 <br>
11 <br>
12 Dependencies are written between brackets [ ].<br>
13 The # symbol marks who is currently working on the item.<br>
14 The % symbol marks who is interested in the realisation of the item.<br>
15 <br>
16 <big>LTTV Roadmap<small><br>
17 <br>
18 * TODO<br>
19 (2) Finish pre-computing of states to a file.<br>
20 (3) Add cluster support.<br>
21 # <A HREF="mailto:Eric Clement <eric.clement@polymtl.ca>">Eric Clement</A><br>
22 (3) Make LTTV aware of type formats (visual separators) defined in the XML
23 file.<br>
24 (3) Use a per architecture enumeration for traps.<br>
25 (3) Change the byte pair "facility, event" id for a short combining the
26 informatinon.<br>
27 (4) Statistics per time window.<br>
28 (4) Disable plugins when threshold reached (i.e. too much process in control
29 flow view). Draw, and, when the threshold is reached, stop drawing. The global
30 statistics view can inhibit showing the per process stats.<br>
31 (4) Add a visual artifact : PID 0 could be named swapper instead of UNNAMED for
32 cpus > 0.<br>
33 (4) Add event specific fields support to filter.<br>
34 (4) Add a periodic event interval view. (useful to verify event periodicity)<br>
35 (4) create a graphical per cpu activity view.<br>
36 (4) Filter by target process.<br>
37 (4) Compensate for time spent in probes in LTTV analysis.<br>
38 (4) Add CPU, network, disk, memory usage histogram. [Per interval statistics]<br>
39 (5) Add Python scripting hooks.<br>
40 (5) Add GUI interface to take an hybrid trace.<br>
41 (5) Flight recorder : start lttd automatically upon GUI trace control stop.<br>
42 (5) Automatically detect traces with too much processes and disable faulty operations.<br>
43 (5) Event sequence detector (inspired from regular expressions).<br>
44 (7) Create a hardware counter viewer (low cost rate counters : L1 cache miss,
45 page faults, interrupts...). This will be a generalisation of the event rate
46 view into a view of the evolution of a user definable event field.<br>
47 <br>
48 * TO FIX<br>
49 (10) Add cancel button to LTTV filter GUI window.<br>
50 (10) Sometimes, in the control flow view, a process with 0 creation time is
51 created in addition to the real process itself. Seems to be caused by end of
52 process life.<br>
53 (10) Statistics do not take in account the time spent in the mode present at
54 the beginning of the trace. Example : real time spent in system call on behalf
55 of process 0.<br>
56 <br>
57 <br>
58 <big>LTT Next Generation Roadmap<small><br>
59 <br>
60 * TODO<br>
61 (2) Post a "lite" LTTng version to LKML (core only).<br>
62 (2) Post an updated LTTng version to LKML (2.6.18-rcX).<br>
63 (3) Change the byte pair "facility, event" id for a short combining the
64 informatinon.<br>
65 (4) Add Xen support.<br>
66 # <A HREF="mailto:Mathieu Desnoyers <compudj@krystal.dyndns.org>">Mathieu Desnoyers</A><br>
67 # <A HREF="mailto:Parisa Heidari <parisa.heidari@polymtl.ca>">Parisa Heidari</A><br>
68 (4) efficient dynamic event filtering while recording trace.<br>
69 % Sensis Corp. <A HREF="mailto:Bish, Tim <Tim.Bish@Sensis.com>">Tim Bish</A><br>
70 (4) instrument kernel bottom half irqsave, spinlocks, rwlocks, seqlocks, semaphores, mutexes, brlock.<br>
71 (4) Try to use my own non LOCK prefixed version of atomic operations : we are
72 using per-CPU variables, so it should make it possible.<br>
73 (4) integrate NPTL instrumentation (see
74 <A HREF="http://nptltracetool.sourceforge.net/">PTT</A>).<br>
75 (4) Probe calibration kernel module.<br>
76 (4) Make page faults detect nested fault without nesting 4 times in the page
77 fault handler.<br>
78 (5) Discuss with RelayFS upstream to integrate LTTng modifications.<br>
79 (5) Move to DebugFS for channel files.<br>
80 (5) Support CPUs with scalable frequency.<br>
81 (5) Integrate LTTng and lttd with LKCD.<br>
82 (7) Integrate periodical dump of perfctr hardware counters.<br>
83 (8) Integrate periodical dump of SystemTAP computed information.<br>
84 (8) Integrate SystemTAP logging with LTTng.<br>
85 (9) Add support for setjmp/longjmp and jump tables instrumentation to
86 ltt-instrument-functions.<br>
87 (9) Make ltt-usertrace-fast support internal heartbeat timer.<br>
88 (3) port LTTng to :<br>
89 alpha<BR>
90 user-mode Linux<BR>
91 Xen<BR>
92 # IBM<BR>
93 S/390<BR>
94 RTLinux<BR>
95 % Wind River for 2.6.14<BR>
96 <br>
97 <br>
98 <br>
99 * TODO (low priority)<br>
100 enhance RPM packages for lttng kernel<br>
101 Integrate header generation (genevent) in kernel build system.<br>
102 Export channels via network sockets instead of writing them to disk.<br>
103 Export buffers with time constraint for "live" visualisation. Use
104 ltt_force_switch periodically from a timer to insure slow channels do not
105 interfere with viewing.<br>
106 Have an optional round-robin mode to write information into multiple channels
107 from the same source.<br>
108 <br>
109 * Need to be discussed<br>
110 Use 2.6.14 RelayFS control files.<br>
111 Drop ltt-module-register and ltt-module-unregister, use exported variables.<br>
112 drop ltt_filter_control, use functions pointers instead.<br>
113 Merge facilities headers into one big header.<br>
114 Change the name of XML files from XML to something else.<br>
115 Remove ltt-base.c.<br>
116 <br>
117 <br>
118 * lttng patch division (0.5.10+) :<br>
119 <br>
120 instrumentation.diff<br>
121 instrumentation-arm.diff<br>
122 instrumentation-i386.diff<br>
123 instrumentation-mips.diff<br>
124 instrumentation-powerpc.diff<br>
125 instrumentation-ppc.diff<br>
126 instrumentation-s390.diff<br>
127 instrumentation-sh.diff<br>
128 ltt-facilities-headers.diff<br>
129 ltt-facilities-loader.diff<br>
130 ltt-facilities.diff<br>
131 ltt-relayfs.diff<br>
132 ltt-core.diff<br>
133 ltt-build.diff<br>
134 <br>
135 <br>
136 Mathieu Desnoyers<br>
137
138
139 </body>
140 </html>
This page took 0.031939 seconds and 3 git commands to generate.