X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-roadmap.html;h=516cb68df4f788e05aaca6f29e14c5d1b10f6f30;hb=83b3ebc42f0997fd0906794d86c7b4d5eab17388;hp=b446cbb9d55ed8269a655447c07975d949074ac6;hpb=c311e9d5e8a31434c24225310dd6901a78d75b97;p=lttv.git diff --git a/doc/developer/lttng-lttv-roadmap.html b/doc/developer/lttng-lttv-roadmap.html index b446cbb9..516cb68d 100644 --- a/doc/developer/lttng-lttv-roadmap.html +++ b/doc/developer/lttng-lttv-roadmap.html @@ -16,18 +16,21 @@ The % symbol marks who is interested in the realisation of the item.

LTT Next Generation Roadmap

-* TODO
+* TODO (high priority)
+
(1) LTTng event description: move from tracepoint/markers to Ftrace TRACE_EVENT declarations. Extend TRACE_EVENT as needed. (Douglas Santos
) +Douglas Santos)
(1) LTTng ring buffer adaptation for FTrace.Mathieu Desnoyers
+mathieu.desnoyers@efficios.com">Mathieu Desnoyers)
(1) FTrace/LTTng trace format standardization.
(1) Extend NO_HZ support vs trace streaming support to other architectures (need to add cpu idle notifiers and test).
(1) Make sure ltt-ascii kernel text dump fits well with streaming hooked into cpu idle.
-(1) Support CPUs with scalable frequency. (done for ARM OMAP3 UP only)
+(1) Support CPUs with scalable frequency with a time-consistent increment and +with an approach scalable to SMP. (done for ARM OMAP3 UP only, but the OMAP3 +approach should be tested and probably derived into an SMP implementation)


* Nice to have