From 04ea48c5594696c17b1baf09a14b5322ceea1ec0 Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 27 Sep 2003 14:09:12 +0000 Subject: [PATCH] basic instructions git-svn-id: http://ltt.polymtl.ca/svn@260 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ltt/branches/poly/lttv/README 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 + -- 2.34.1