X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=TODO;h=7ae95c2ab7366c7d06951600574c0af6491845b5;hp=976db46288f004456102dc696838958e73500ecc;hb=1cf9656cf8f53a69a8be83cb76c0ee3de64b0db8;hpb=a9c3515cb978d7696356e02924265c50487c6d5c diff --git a/TODO b/TODO index 976db4628..7ae95c2ab 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,9 @@ TODOS: * Add --socket option if no HOME found (sessiond) * Use realloc() in ask_sessiond() (liblttngctl) -* Multiple level of debug, DBG1, DBG2, DBG3 with -vvv (sessiond) -* perror() --> PERROR() -* When add context EEXIST error should inform the client that already exist. -* Use lockfree hashtable for traceable-app, events list and channels list. +* 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.