From eb4870e699555da08a5db226967644c088f18ad0 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Thu, 28 Jan 2010 19:00:59 -0500 Subject: [PATCH] update TODO --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..8358f64 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +- port changes from recent versions of lttng kernel +- update to trace format 2.5 +- have per-cpu channels +- make a trace testing script (that can assert whether a trace contains certain events) +- make web site +- fix header/lib priority problem at compilation +- fix FIXME's in the code +- make cli interface for flight recorder +- add \n at end of messages in communication protocol +- save_registers: save them only when the marker is active (complicated because we need to know their value at the address that is put in struct marker) +- make streaming work -- 2.34.1