update compat
[lttv.git] / tags / LinuxTraceToolkitViewer-0.10.0-pre-115102007 / lttv / README
CommitLineData
04ea48c5 1Linux Trace Toolkit Visualizer
2
3* Getting started
4
5Use ./autogen.sh in the top level directory. It will create the Makefile
6for you. Then, you can use make and make install to install this user
7tool.
8
9Loading it from the command line is then as simple as :
10
11lttv -L modules-path -m module1 -m module2 ...
12
13So, to load the graphical interface with a detailed events list, it
14would be (if the installation prefix is /usr, for instance)
15
6e32af9f 16lttv -L /usr/lib/lttv/plugins -m lttvwindow -m guievents
04ea48c5 17
fcdf74b2 18* Tree structure
6e32af9f 19lttv: main program composed of the program itself including helper modules.
fcdf74b2 20modules: text and graphical viewing and analysis tools.
21
This page took 0.05332 seconds and 4 git commands to generate.