From: compudj Date: Sat, 27 Sep 2003 14:09:12 +0000 (+0000) Subject: basic instructions X-Git-Tag: v0.12.20~3229 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=04ea48c5594696c17b1baf09a14b5322ceea1ec0;hp=96cbee09f8701ff8eb088af3ad79b812b3022c8f;p=lttv.git basic instructions git-svn-id: http://ltt.polymtl.ca/svn@260 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/README b/ltt/branches/poly/lttv/README new file mode 100644 index 00000000..6b36fd32 --- /dev/null +++ b/ltt/branches/poly/lttv/README @@ -0,0 +1,17 @@ +Linux Trace Toolkit Visualizer + +* Getting started + +Use ./autogen.sh in the top level directory. It will create the Makefile +for you. Then, you can use make and make install to install this user +tool. + +Loading it from the command line is then as simple as : + +lttv -L modules-path -m module1 -m module2 ... + +So, to load the graphical interface with a detailed events list, it +would be (if the installation prefix is /usr, for instance) + +lttv -L /usr/lib/lttv/plugins -m mainwin -m guiEvents +