current todo
[lttv.git] / ltt / branches / poly / doc / developer / ltt-experimental-rewrite.html
1 <html>
2 <body>
3 Here the status of the work in progress for LTT experimental<br>
4 <br>
5 * Done<br>
6 remove ltt-headers.h<br>
7 remove ltt-log.h<br>
8 Put trace->active later in _ltt_trace_start()<br>
9 ltt_trace_create() remove sleep in spinlock use GFP_ATOMIC kmalloc<br>
10 Fix the locking of module hooks.<br>
11 Fix the traps -> disable nested logging for now.<br>
12 Use per cpu spinlock on trace list.<br>
13 Finish the control module, libltt and lttctl : netlink interface<br>
14 <br>
15 <br>
16 * TODO<br>
17 Finish integrating lttctl with lttd.<br>
18 Add information in the buffer header : buffer size, etc etc...<br>
19 -> this information is so small that we can repeat it. Makes flight recorder
20 easier to decode.<br>
21 Add trace start structure to facility channel.<br>
22 <br>
23 <br>
24 <br>
25 * TODO (low priority)<br>
26 Integrate header generation (genevent) in kernel build system.<br>
27 Multithreaded lttd.<br>
28 <br>
29 * Need to be discussed<br>
30 Drop ltt-module-register and ltt-module-unregister, use exported variables.<br>
31 RelayFS ioctl interface vs control through LTT netlink interface.<br>
32 drop ltt_filter_control, use functions pointers instead.<br>
33 Merge facilities headers into one big header.<br>
34 Change the name of XML files from XML to something else.<br>
35 Remove ltt-base.c.<br>
36 <br>
37 * Not planned for integration<br>
38 Remove the callback struct from the trace struct.<br>
39 <br>
40 <br>
41 <br>
42 * Next experimental release patch division :<br>
43 <br>
44 ltt-instrumentation.diff<br>
45 - ltt-configmenu.diff (put in ltt-core.diff)<br>
46 ltt-facilities-headers.diff<br>
47 ltt-facilities-loader.diff<br>
48 ltt-facilities.diff<br>
49 ltt-instrumentation.diff<br>
50 ltt-relayfs.diff<br>
51 ltt-time.diff<br>
52 ltt-core.diff<br>
53 <br>
54 <br>
55 Mathieu Desnoyers<br>
56
57
58 </body>
59 </html>
This page took 0.030758 seconds and 5 git commands to generate.