- 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
- 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.
* 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