my work
[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 parenthesis ( ).<br>
13 The # symbol marks who is currently working on the item.<br>
14 <br>
15 <big>LTTV Roadmap<small><br>
16 <br>
17 * TODO<br>
18 (4) create a event rate graphical view : Will be useful in conjonction with the
19 filter.<br>
20 # <A HREF="mailto:Parisa Heidari <parisa.heidari@polymtl.ca>">Parisa Heidari</A><br>
21 (6) migrate align to lttv parser.<br>
22 (7) create an analysis of function time (like a precise gprof)<br>
23 -> with gcc -f inline-functions<br>
24 (10) Add cancel button to LTTV filter GUI window.
25 <br>
26 <br>
27 * Done<br>
28 per struct (struct align=x) support added to genevent (partial).<br>
29 Add offset align generation for structs to genevent.<br>
30 make lttv aware of the per facility long, void* and size_t types.<br>
31 Read current trace header and buffer header.<br>
32 redo lib tracefile : too much problems in there.<br>
33 modify the rest of LTTV to match the API changes.<br>
34 debian package<br>
35 RPM package<br>
36 <br>
37 <big>LTT Next Generation Roadmap<small><br>
38 <br>
39 * TODO<br>
40 (1) add genevent full functionnality : alignment, array, sequences, nested
41 structures.<br>
42 # <A HREF="mailto:Mathieu Desnoyers <compudj@krystal.dyndns.org>>">Mathieu Desnoyers</A><br>
43 (1) port LTTng to 2.6.14 kernel. (depends on genevent rewrite)<br>
44 (2) add efficient and secure user space tracing. (1 month)<br>
45 (3) integrate LTTng State Dump : missing irq and process state.<br>
46 # <A HREF="mailto:Jean-Hugues Deschenes <jean-hugues.deschenes@polymtl.ca>">Jean-Hugues Deschenes</A><br>
47 (7) add gcc -finstrument-functions instrumentation<br>
48 (3) port LTTng to x86_64, PPC, alpha, user-mode Linux, Xen, MIPS, ARM, S/390.
49 (depends on 2.6.14 port)
50 <br>
51 <br>
52 * Done<br>
53 remove ltt-headers.h<br>
54 remove ltt-log.h<br>
55 Put trace->active later in _ltt_trace_start()<br>
56 ltt_trace_create() remove sleep in spinlock use GFP_ATOMIC kmalloc<br>
57 Fix the locking of module hooks.<br>
58 Fix the traps -> disable nested logging for now.<br>
59 Use per cpu spinlock on trace list.<br>
60 Finish the control module, libltt and lttctl : netlink interface<br>
61 Finish integrating lttctl with lttd.<br>
62 fix lttctl signal waiting : use a flag.<br>
63 Add ltt_write_commit_counter call to genevent.<br>
64 Add information in the buffer header : buffer size, etc etc...<br>
65 -> this information is so small that we can repeat it. Makes flight recorder
66 easier to decode.<br>
67 Add trace start structure to buffer start header.<br>
68 fix genevent : take no lock if num traces active is 0.<br>
69 Add type information per facility : it will help having a standard way
70 to understand information coming from both kernel space and user space, and deal
71 easily with 64 bits kernel with 64 and 32 bits processes (and with size_t know
72 at compile time which can differ inside the same process from one library to
73 another).<br>
74 fix structures alignment, array and sequences too. -> trace dynamic.<br>
75 add per facility alignment (inside structures).<br>
76 add control of alignment.<br>
77 add control for subbuffer size and number of subbuffers.<br>
78 Add reserve - get TSC - alignment atomicity through the use of cmpxchg.<br>
79 Add configurable alignment (LTT_ALIGNMENT).<br>
80 Get ultra-precise logging with use of TSC (only) : only one do_gettimeofday
81 read, and then we don't want the time flow to be altered by ntp.<br>
82 Debian kernel package<br>
83 make LTT tracing code completely atomic (thus remove locks)<br>
84 Buffer aligned on page boundary -> use valloc.<br>
85 <br>
86 <br>
87 <br>
88 * TODO (low priority)<br>
89 enhance RPM packages for lttng kernel<br>
90 Integrate header generation (genevent) in kernel build system.<br>
91 Multithreaded lttd.<br>
92 Find a different way to printk from instrumentation : forbidden from schedule
93 and wakeup (causes a deadlock).<br>
94 <br>
95 * Need to be discussed<br>
96 Drop ltt-module-register and ltt-module-unregister, use exported variables.<br>
97 RelayFS ioctl interface vs control through LTT netlink interface.<br>
98 drop ltt_filter_control, use functions pointers instead.<br>
99 Merge facilities headers into one big header.<br>
100 Change the name of XML files from XML to something else.<br>
101 Remove ltt-base.c.<br>
102 <br>
103 * Not planned for integration<br>
104 Remove the callback struct from the trace struct.<br>
105 <br>
106 <br>
107 <br>
108 * lttng patch division (0.4.2+) :<br>
109 <br>
110 ltt-instrumentation.diff<br>
111 ltt-facilities-headers.diff<br>
112 ltt-facilities-loader.diff<br>
113 ltt-facilities.diff<br>
114 ltt-relayfs.diff<br>
115 ltt-core.diff<br>
116 <br>
117 <br>
118 Mathieu Desnoyers<br>
119
120
121 </body>
122 </html>
This page took 0.035655 seconds and 5 git commands to generate.