header missing
[lttv.git] / ltt / branches / poly / doc / developer / ltt-experimental-rewrite.html
CommitLineData
1f2c88b1 1<html>
2<body>
15e89ad6 3Here the status of the work in progress for LTT experimental<br>
4<br>
b720b182 5* Done<br>
b720b182 6remove ltt-headers.h<br>
7remove ltt-log.h<br>
c9eaf4ed 8Put trace->active later in _ltt_trace_start()<br>
9ltt_trace_create() remove sleep in spinlock use GFP_ATOMIC kmalloc<br>
1502fa62 10Fix the locking of module hooks.<br>
11Fix the traps -> disable nested logging for now.<br>
12Use per cpu spinlock on trace list.<br>
24c78300 13Finish the control module, libltt and lttctl : netlink interface<br>
baffa645 14Finish integrating lttctl with lttd.<br>
ada84671 15fix lttctl signal waiting : use a flag.<br>
b720b182 16<br>
95a4a619 17<br>
15e89ad6 18* TODO<br>
24c78300 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>
ada84671 23fix genevent : take no lock if num traces active is 0.<br>
15e89ad6 24<br>
25<br>
b720b182 26<br>
27* TODO (low priority)<br>
b720b182 28Integrate header generation (genevent) in kernel build system.<br>
c9eaf4ed 29Multithreaded lttd.<br>
baffa645 30Find a different way to printk from instrumentation : forbidden from schedule
31and wakeup (causes a deadlock).<br>
b720b182 32<br>
15e89ad6 33* Need to be discussed<br>
b720b182 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>
b720b182 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>
15e89ad6 41* Not planned for integration<br>
4f782cda 42Remove the callback struct from the trace struct.<br>
15e89ad6 43<br>
44<br>
b720b182 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>
1f2c88b1 60
61
62</body>
63</html>
This page took 0.02584 seconds and 4 git commands to generate.