basic instructions
[lttv.git] / ltt / branches / poly / lttv / README
1 Linux Trace Toolkit Visualizer
2
3 * Getting started
4
5 Use ./autogen.sh in the top level directory. It will create the Makefile
6 for you. Then, you can use make and make install to install this user
7 tool.
8
9 Loading it from the command line is then as simple as :
10
11 lttv -L modules-path -m module1 -m module2 ...
12
13 So, to load the graphical interface with a detailed events list, it
14 would be (if the installation prefix is /usr, for instance)
15
16 lttv -L /usr/lib/lttv/plugins -m mainwin -m guiEvents
17
This page took 0.02907 seconds and 4 git commands to generate.