From: David Goulet Date: Thu, 3 Nov 2011 15:00:50 +0000 (-0400) Subject: Update README and TODO X-Git-Tag: v2.0-pre15~171 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=40b7f48507e072609c46b7173e4d805453ceaa8c Update README and TODO Signed-off-by: David Goulet --- diff --git a/README b/README index dc7281562..04d840889 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ REQUIREMENTS: - liburcu Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney - -> Tested with liburcu >= v0.5.4 + -> Tested with liburcu >= v0.6.5 * Debian/Ubuntu package: liburcu-dev * Git : git://lttng.org/userspace-rcu.git @@ -49,7 +49,7 @@ PACKAGE CONTENTS: - liblttngctl The LTTng tracing control library. - - liblttsessiondcomm + - liblttng-sessiond-comm The ltt-sessiond communication library. In order to talk with ltt-sessiond, this library must be used. diff --git a/TODO b/TODO index 976db4628..18484106a 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ 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. +* 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