List of things to do for Linux Trace Toolkit
============================================
(last updated Nov 23, 2004 by T.Bird)
 * Have tracevisualizer read a floating point number for number
 of seconds to run, and collapse the -ts and -tu options into
 a single option.
 * Have the tracevisualizer keep global counts of events, even
 if the process stream has not been identified yet.  Right now
 all events with N/A as the process are ignored for event counting.
 This makes the global event counts obviously wrong in some cases
 (see test LTT-003)
 * Fix the documentation (in Help)
   * it still references /dev/tracer, not relayfs
 * fix build system to handle cross-compilation in an integrated way
   * right now, there are special manual instructions for cross-compiling
   the tracedaemon program
 * add test documentation and test plan
 * add some tutorial documentation
   * show samples and results of tracing
   * show how the different numbers are useful for diagnosing issues
 * fix broken flight recorder mode.
   * currently, "tracevisualizer -k" returns an error parsing a flight
   recorder log.
 * integrate patches from 2.6.8.1 with support for a modified (version 2.3)
 trace format.  I don't know what the patches accomplished.
