change window name
[lttv.git] / ltt / branches / poly / README
CommitLineData
9c312311 1
2This package contains the trace reading library and trace viewing tools for
3the new Linux Trace Toolkit trace format. The associated kernel files to
4generate the new traces are not yet included. In the meantime, a converter
5from the old trace format to the new is provided. For more detailed information
6see doc/developer/index.html
7
857ed977 8* Compiling
f4b0c7bb 9
857ed977 10Some development libraries are needed for compiling :
11
3e177b6e 12gtk 2 development libraries (libgtk2.0, libgtk2.0-dev)
13glib 2 development libraries (libglib2.0-0, libglib2.0-dev)
14libpopt development libraries (libpopt0, libpopt-dev)
15libpango development libraries (libpango1.0, libpango1.0-dev)
857ed977 16
17To compile the source tree from a tarball, simply follow these steps :
18
19- run ./configure
f4b0c7bb 20- make
21- make install
22
857ed977 23After running ./configure, you can also go in specific subdirectories and
f4b0c7bb 24use make, make install.
25
26
06f3e7d1 27* Quick Start
28
29- Create a trace
30- Convert it
31- Run ./lttv -m guievents -m guicontrolflow -m guievents -t path_to_trace
32
33
857ed977 34* Source Tree Structure
895ad015 35
857ed977 36This is a sample of the suggested tree for Linux Trace Toolkit.
895ad015 37
9c312311 38ltt: new trace format reading library (and converter).
39README: This file.
40debian: debian config files (currently empty).
41doc: Documentation.
42doc/user: User related documentation.
43doc/developer: Developer related documentation.
44kernel: Linux Trace Toolkit kernel code (currently empty).
45lttd: Linux Trace Toolkit daemon (currently empty).
46lttv: Linux Trace Toolkit trace analysis tool and viewer.
47lttv/modules: Linux Trace Toolkit analysis tool and viewer plugin modules.
48specs: RPM config files (currently empty).
857ed977 49
06f3e7d1 50
e8ac6a5e 51* The rest of the tools
52
53You must use the lastest versions of patches for the Linux Kernel. That includes
54relayfs and ltt patches, available on the ltt-dev mailing list at
55http://www.listserv.shafik.org/pipermail/ltt-dev/. You will find there the
56lastest version of the trace daemon that must be used to create the traces. (in
57the TraceToolkit package)
58
59Once your traces are created, you must use the convert tool to create a trace in
60the proper format from them.
857ed977 61
06f3e7d1 62
857ed977 63* For Developers
64
65This source tree is based on the autotools suite from GNU to simplify
66portability. Here are some things you should have on your system in order to
67compile the subversion repository tree :
68
69
70GNU autotools (automake-1,7, autoconf2.50, autoheader2.50)
71(make sure your system wide "automake" points to version 1.7!)
72GNU Libtool
73(for more information, go to http://www.gnu.org/software/autoconf/)
74
75If you get the tree from the repository, you will need to use the autogen.sh
76script. It calls all the GNU tools needed to prepare the tree configuration.
77
78
e8ac6a5e 79
857ed977 80Mathieu Desnoyers
This page took 0.031581 seconds and 4 git commands to generate.