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