X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=f3dcb2f54215ef439aad5026b24517f443e20862;hb=18fc7c69843787ef518771db7f3303df5f13755c;hp=dd8974e22303a4157d10a4f47be1d945c905bb64;hpb=a5cef1fb1169ac7fcd460b5ab4a6f5b8fd506d9c;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 dd8974e2..f3dcb2f5 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-roadmap.html @@ -57,8 +57,8 @@ of process 0.
LTT Next Generation Roadmap

* TODO
-(2) Post a "lite" LTTng version to LKML (core only).
-(2) Post an updated LTTng version to LKML (2.6.18-rcX).
+(1) Integrate SystemTAP logging with LTTng.
+(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.
@@ -74,13 +74,12 @@ using per-CPU variables, so it should make it possible.
(4) Probe calibration kernel module.
(4) Make page faults detect nested fault without nesting 4 times in the page fault handler.
-(5) Discuss with RelayFS upstream to integrate LTTng modifications.
-(5) Move to DebugFS for channel files.
(5) Support CPUs with scalable frequency.
(5) Integrate LTTng and lttd with LKCD.
(7) Integrate periodical dump of perfctr hardware counters.
(8) Integrate periodical dump of SystemTAP computed information.
-(8) Integrate SystemTAP logging with LTTng.
+(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.
@@ -113,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