1 Linux Trace Toolkit Visualizer
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
9 Loading it from the command line is then as simple as :
11 lttv -L modules-path -m module1 -m module2 ...
13 So, to load the graphical interface with a detailed events list, it
14 would be (if the installation prefix is /usr, for instance)
16 lttv -L /usr/lib/lttv/plugins -m lttvwindow -m guievents
19 lttv: main program composed of the program itself including helper modules.
20 modules: text and graphical viewing and analysis tools.