X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Fltt-experimental-rewrite.html;h=f3d82989d826805ef3f59008d7a85752a10c2cfe;hb=5adba60f59d60999ea41b075c121301165308bff;hp=0305066b10795fdf9c8ff69cbfce377f52a5c99e;hpb=24c78300985eefca24d4ef353e2340d208703f05;p=lttv.git diff --git a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html index 0305066b..f3d82989 100644 --- a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html +++ b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html @@ -11,10 +11,10 @@ Fix the locking of module hooks.
Fix the traps -> disable nested logging for now.
Use per cpu spinlock on trace list.
Finish the control module, libltt and lttctl : netlink interface
+Finish integrating lttctl with lttd.


* TODO
-Finish integrating lttctl with lttd.
Add information in the buffer header : buffer size, etc etc...
-> this information is so small that we can repeat it. Makes flight recorder easier to decode.
@@ -25,6 +25,8 @@ Add trace start structure to facility channel.
* TODO (low priority)
Integrate header generation (genevent) in kernel build system.
Multithreaded lttd.
+Find a different way to printk from instrumentation : forbidden from schedule +and wakeup (causes a deadlock).

* Need to be discussed
Drop ltt-module-register and ltt-module-unregister, use exported variables.