4 Please visit http://lttng.org for more information.
6 Latest development can be found at:
8 * Gitweb : http://git.lttng.org/lttng-tools.git/
9 * Git : git://git.lttng.org/lttng-tools.git
14 Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
16 -> Tested with liburcu >= v0.5.4
18 * Debian/Ubuntu package: liburcu-dev
19 * Git : git://lttng.org/userspace-rcu.git
20 * Website: http://lttng.org/urcu
23 Library for parsing command line parameters
25 * Debian/Ubuntu package: libpopt-dev
27 INSTALLATION INSTRUCTIONS:
29 - Download, compile and install the prerequisites.
36 If compiling from the git repository, run ./bootstrap before running
37 the configure script, to generate it.
41 Please see doc/quickstart.txt to help you start tracing. You can also use the
42 -h/--help command on 'lttng' and all other commands offered in this tool (Ex:
43 lttng enable-event -h).
47 This package contains the following elements:
50 The LTTng tracing control library.
53 The ltt-sessiond communication library. In order to talk with ltt-sessiond,
54 this library must be used.
57 Kernel tracer control and ioctl definitions.
60 Library for Kernel and (optionally) UST trace consumer.
63 The consumer daemon which uses liblttng-consumer.
66 The LTTng session daemon binary.
69 The LTTng tracer command line control tool.
71 - include (lttng.h --> installed in $(includedir)/lttng/lttng.h)
72 The liblttngctl API header file.
75 Various test programs.