X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=f3dcb2f54215ef439aad5026b24517f443e20862;hb=56cb41d3c4d74fc7b78e97af2ffb08af0f043e76;hp=af9bd0540ba28f2a5c45fab0ab8909ccea70eca0;hpb=0074825552c18b94ee88a0949f082102c9c7a0d9;p=lttv.git diff --git a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html index af9bd054..f3dcb2f5 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -57,10 +57,8 @@ of process 0.
LTT Next Generation Roadmap

* TODO
-(1) Adapt printk to use LTTng.
(1) Integrate SystemTAP logging with LTTng.
-(2) Rethink facility logging code (genevent output).
-(2) Post an updated LTTng version to LKML (2.6.18-rcX).
+(2) Post LTTng 0.6.x to LKML.
(3) Change the byte pair "facility, event" id for a short combining the informatinon.
(4) Add Xen support.
@@ -80,6 +78,8 @@ fault handler.
(5) Integrate LTTng and lttd with LKCD.
(7) Integrate periodical dump of perfctr hardware counters.
(8) Integrate periodical dump of SystemTAP computed information.
+(9) Rethink facility logging code (genevent output). Maybe unneeded because of +markers/probes mechanism.
(9) Add support for setjmp/longjmp and jump tables instrumentation to ltt-instrument-functions.
(9) Make ltt-usertrace-fast support internal heartbeat timer.
@@ -112,25 +112,6 @@ Merge facilities headers into one big header.
Change the name of XML files from XML to something else.
Remove ltt-base.c.

-
-* lttng patch division (0.5.10+) :
-
-instrumentation.diff
-instrumentation-arm.diff
-instrumentation-i386.diff
-instrumentation-mips.diff
-instrumentation-powerpc.diff
-instrumentation-ppc.diff
-instrumentation-s390.diff
-instrumentation-sh.diff
-ltt-facilities-headers.diff
-ltt-facilities-loader.diff
-ltt-facilities.diff
-ltt-relayfs.diff
-ltt-core.diff
-ltt-build.diff
-
-
Mathieu Desnoyers