From: David Goulet Date: Mon, 23 Jan 2012 20:25:55 +0000 (-0500) Subject: Update TODO list X-Git-Tag: v2.0-pre18~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=23c94fee70767ded67a947d215ce13c4ec19aeff Update TODO list Signed-off-by: David Goulet --- diff --git a/TODO b/TODO index 18484106a..0a93069ca 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,6 @@ 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).