X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=TODO;h=9688bccac2e795de5140bf67318c9093371fbbe4;hp=18484106a10deed9014ebafd02a663c03213dac7;hb=979e618e0c03933b16cba3a83285938b25045bdc;hpb=40b7f48507e072609c46b7173e4d805453ceaa8c diff --git a/TODO b/TODO index 18484106a..9688bccac 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,9 @@ TODOS: * Add --socket option if no HOME found (sessiond) * Use realloc() in ask_sessiond() (liblttngctl) * perror() --> PERROR() (everywhere in the code) -* Use lockfree hashtable for tracing session list (session.h/.c) -* Complete lttng ust 2.0 support (all features) (in progress David G. et Mathieu D. - 03/11/2011) * Add a command to "lttng" to consume data when the tracer is in flightrecorder mode +* Fix error handling for UST support when enabling events on all applications. +* Support for UST remaining domains (PID, EXEC_NAME, FOLLOW_CHILDREN). +* Snapshot support. +* UDP support for network streaming. +* Optimize network streaming for throttle support.