X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=45357aa0e73db5fb9ac9d2a6767dc51e60b00d63;hb=24dc4908a5b43898bb7adf11535af8351b64eb37;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..45357aa0 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.
@@ -77,9 +75,12 @@ using per-CPU variables, so it should make it possible.
(4) Make page faults detect nested fault without nesting 4 times in the page fault handler.
(5) Support CPUs with scalable frequency.
+(5) Add boot time tracing support.
(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 +113,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