lttctl ok
[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>
15<br>
16<br>
17* TODO<br>
18Add 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>
21Add trace start structure to facility channel.<br>
22<br>
23<br>
24<br>
25* TODO (low priority)<br>
26Integrate header generation (genevent) in kernel build system.<br>
27Multithreaded lttd.<br>
28Find a different way to printk from instrumentation : forbidden from schedule
29and wakeup (causes a deadlock).<br>
30<br>
31* Need to be discussed<br>
32Drop ltt-module-register and ltt-module-unregister, use exported variables.<br>
33RelayFS ioctl interface vs control through LTT netlink interface.<br>
34drop ltt_filter_control, use functions pointers instead.<br>
35Merge facilities headers into one big header.<br>
36Change the name of XML files from XML to something else.<br>
37Remove ltt-base.c.<br>
38<br>
39* Not planned for integration<br>
40Remove the callback struct from the trace struct.<br>
41<br>
42<br>
43<br>
44* Next experimental release patch division :<br>
45<br>
46ltt-instrumentation.diff<br>
47 - ltt-configmenu.diff (put in ltt-core.diff)<br>
48ltt-facilities-headers.diff<br>
49ltt-facilities-loader.diff<br>
50ltt-facilities.diff<br>
51ltt-instrumentation.diff<br>
52ltt-relayfs.diff<br>
53ltt-time.diff<br>
54ltt-core.diff<br>
55<br>
56<br>
57Mathieu Desnoyers<br>
58
59
60</body>
61</html>
This page took 0.025959 seconds and 4 git commands to generate.