1 ltt-control package README
2 --------------------------
4 Last update: 2007/05/14
7 This package contains the lttd, lttctl and liblttctl programs which are
8 necessary to obtain a trace. It also contains the facilities directory, where
9 sits the trace metainformation.
14 glib 2.4 or better development libraries
15 (Debian : libglib2.0-0, libglib2.0-dev)
16 (Fedora : glib2, glib2-devel)
17 libc6 development librairies
18 (Debian : libc6, libc6-dev)
19 (Fedora : glibc, glibc)
22 To compile the source tree from a tarball, simply follow these steps :
28 After running ./configure, you can also go in specific subdirectories and
29 use make, make install.
34 See the LTTV package QUICKSTART file.
37 * Source Tree Structure
39 Here is the tree structure of the ltt-control package.
41 ltt/ New trace format reading library.
42 liblttctl/ Library to communicate with the kernel tracer control module.
43 lttctl/ Command line program to use the liblttctl library.
44 lttd/ Linux Trace Toolkit daemon.
50 This source tree is based on the autotools suite from GNU to simplify
51 portability. Here are some things you should have on your system in order to
52 compile the subversion repository tree :
54 - GNU autotools (automake >=1.7, autoconf >=2.50, autoheader >=2.50)
55 (make sure your system wide "automake" points to a recent version!)
57 (for more information, go to http://www.gnu.org/software/autoconf/)
59 If you get the tree from the repository, you will need to use the autogen.sh
60 script. It calls all the GNU tools needed to prepare the tree configuration.