todo update
[lttv.git] / ltt / branches / poly / doc / developer / ltt-experimental-rewrite.html
CommitLineData
1f2c88b1 1<html>
2<body>
0c4b3d55 3Progress in LTTV :<br>
4* Done<br>
3490c00c 5Buffer aligned on page boundary -> use valloc.<br>
d6533ec7 6per struct (struct align=x) support added to genevent (partial).<br>
b8b5f119 7Add offset align generation for structs to genevent.<br>
81d2643e 8make lttv aware of the per facility long, void* and size_t types.<br>
9Read current trace header and buffer header.<br>
0c4b3d55 10<br>
11*TODO<br>
0c4b3d55 12migrate align to lttv parser.<br>
81d2643e 13create a event rate graphical view : Will be useful in conjonction with the
14 filter.<br>
15create an analysis of function time (like a precise gprof)<br>
16 -> with gcc -f inline-functions<br>
0c4b3d55 17<br>
18<br>
81d2643e 19Here the status of the work in progress for LTT Next Generation<br>
15e89ad6 20<br>
b720b182 21* Done<br>
b720b182 22remove ltt-headers.h<br>
23remove ltt-log.h<br>
c9eaf4ed 24Put trace->active later in _ltt_trace_start()<br>
25ltt_trace_create() remove sleep in spinlock use GFP_ATOMIC kmalloc<br>
1502fa62 26Fix the locking of module hooks.<br>
27Fix the traps -> disable nested logging for now.<br>
28Use per cpu spinlock on trace list.<br>
24c78300 29Finish the control module, libltt and lttctl : netlink interface<br>
baffa645 30Finish integrating lttctl with lttd.<br>
ada84671 31fix lttctl signal waiting : use a flag.<br>
4e4d11b3 32Add ltt_write_commit_counter call to genevent.<br>
24c78300 33Add information in the buffer header : buffer size, etc etc...<br>
34 -> this information is so small that we can repeat it. Makes flight recorder
35 easier to decode.<br>
4e4d11b3 36Add trace start structure to buffer start header.<br>
ada84671 37fix genevent : take no lock if num traces active is 0.<br>
4e4d11b3 38Add type information per facility : it will help having a standard way
39to understand information coming from both kernel space and user space, and deal
40easily with 64 bits kernel with 64 and 32 bits processes (and with size_t know
41at compile time which can differ inside the same process from one library to
42another).<br>
43fix structures alignment, array and sequences too. -> trace dynamic.<br>
44add per facility alignment (inside structures).<br>
45add control of alignment.<br>
0c4b3d55 46add control for subbuffer size and number of subbuffers.<br>
b6dfdc9c 47Add reserve - get TSC - alignment atomicity through the use of cmpxchg.<br>
48Add configurable alignment (LTT_ALIGNMENT).<br>
0c4b3d55 49<br>
50<br>
51* TODO<br>
81d2643e 52add efficient and secure user space tracing. (1 month)<br>
53integrate LTTng State Dump : missing irq and process state.<br>
b6dfdc9c 54add genevent full functionnality : alignment, array, sequences, nested
55structures.<br>
81d2643e 56add gcc -finstrument-functions instrumentation<br>
4e4d11b3 57<br>
58<br>
b720b182 59<br>
60* TODO (low priority)<br>
b720b182 61Integrate header generation (genevent) in kernel build system.<br>
c9eaf4ed 62Multithreaded lttd.<br>
baffa645 63Find a different way to printk from instrumentation : forbidden from schedule
64and wakeup (causes a deadlock).<br>
b720b182 65<br>
15e89ad6 66* Need to be discussed<br>
b720b182 67Drop ltt-module-register and ltt-module-unregister, use exported variables.<br>
68RelayFS ioctl interface vs control through LTT netlink interface.<br>
69drop ltt_filter_control, use functions pointers instead.<br>
b720b182 70Merge facilities headers into one big header.<br>
71Change the name of XML files from XML to something else.<br>
72Remove ltt-base.c.<br>
73<br>
15e89ad6 74* Not planned for integration<br>
4f782cda 75Remove the callback struct from the trace struct.<br>
15e89ad6 76<br>
77<br>
b720b182 78<br>
81d2643e 79* lttng patch division (0.4.2+) :<br>
b720b182 80<br>
81ltt-instrumentation.diff<br>
b720b182 82ltt-facilities-headers.diff<br>
83ltt-facilities-loader.diff<br>
84ltt-facilities.diff<br>
b720b182 85ltt-relayfs.diff<br>
b720b182 86ltt-core.diff<br>
87<br>
88<br>
89Mathieu Desnoyers<br>
1f2c88b1 90
91
92</body>
93</html>
This page took 0.029178 seconds and 4 git commands to generate.