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