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
13 - Linux kernel >= 2.6.27
14 pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run the session
15 daemon. There were introduce in the Linux 2.6.27
18 Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
20 -> Tested with liburcu >= v0.6.6
22 * Debian/Ubuntu package: liburcu-dev
23 * Git : git://git.lttng.org/userspace-rcu.git
24 * Website: http://lttng.org/urcu
27 Library for parsing command line parameters
29 * Debian/Ubuntu package: libpopt-dev
31 For developers using the git tree:
33 This source tree is based on the autotools suite from GNU to simplify
34 portability. Here are some things you should have on your system in order to
35 compile the git repository tree :
37 - GNU autotools (automake >=1.10, autoconf >=2.50, autoheader >=2.50)
38 (make sure your system wide "automake" points to a recent version!)
40 (for more information, go to http://www.gnu.org/software/autoconf/)
42 (Before this version we hit a known bug documented at:
43 http://sourceware.org/bugzilla/show_bug.cgi?id=11317)
45 If you get the tree from the repository, you will need to use the "bootstrap"
46 script in the root of the tree. It calls all the GNU tools needed to prepare the
49 INSTALLATION INSTRUCTIONS:
51 - Download, compile and install the prerequisites.
58 If compiling from the git repository, run ./bootstrap before running
59 the configure script, to generate it.
63 Please see doc/quickstart.txt to help you start tracing. You can also use the
64 -h/--help command on 'lttng' and all other commands offered in this tool (Ex:
65 lttng enable-event -h).
69 This package contains the following elements:
72 The LTTng tracing control library.
74 - libsessiond-comm (internal)
75 The lttng-sessiond communication library. In order to talk with
76 lttng-sessiond, this library must be used.
78 - libkernel-ctl (internal)
79 Kernel tracer control and ioctl definitions.
81 - libconsumer (internal)
82 Library for Kernel and (optionally) UST trace consumer.
84 - libkernel-consumer (internal)
85 Library for Kernel consumer control
87 - libust-consumer (internal)
88 Library for UST consumer control
90 - libhashtable (internal)
91 Library wrapper over URCU hashtables.
94 The consumer daemon which uses libconsumer.
97 The LTTng session daemon binary.
100 The LTTng tracer command line control tool.
102 - include (lttng.h --> installed in $(includedir)/lttng/lttng.h)
103 The liblttngctl API header file.
106 Various test programs.
109 Various documentations and quickstart guide.