add private file from gtk : fnmatch.c
[lttv.git] / ltt / branches / poly / doc / user / user_guide / html / x81.html
CommitLineData
b1053af5 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2<HTML
3><HEAD
4><TITLE
5>Running the executable with basic libraries</TITLE
6><META
7NAME="GENERATOR"
8CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9REL="HOME"
10TITLE="Linux Trace Toolkit Viewer User Guide"
11HREF="index.html"><LINK
12REL="UP"
13TITLE="Getting started"
14HREF="c25.html"><LINK
15REL="PREVIOUS"
16TITLE="Conversion from LTT to LTTV trace format"
17HREF="x64.html"><LINK
18REL="NEXT"
19TITLE="Using LTTV graphical interface"
20HREF="c91.html"></HEAD
21><BODY
22CLASS="sect1"
23BGCOLOR="#FFFFFF"
24TEXT="#000000"
25LINK="#0000FF"
26VLINK="#840084"
27ALINK="#0000FF"
28><DIV
29CLASS="NAVHEADER"
30><TABLE
31SUMMARY="Header navigation table"
32WIDTH="100%"
33BORDER="0"
34CELLPADDING="0"
35CELLSPACING="0"
36><TR
37><TH
38COLSPAN="3"
39ALIGN="center"
40>Linux Trace Toolkit Viewer User Guide</TH
41></TR
42><TR
43><TD
44WIDTH="10%"
45ALIGN="left"
46VALIGN="bottom"
47><A
48HREF="x64.html"
49ACCESSKEY="P"
50>Prev</A
51></TD
52><TD
53WIDTH="80%"
54ALIGN="center"
55VALIGN="bottom"
56>Chapter 2. Getting started</TD
57><TD
58WIDTH="10%"
59ALIGN="right"
60VALIGN="bottom"
61><A
62HREF="c91.html"
63ACCESSKEY="N"
64>Next</A
65></TD
66></TR
67></TABLE
68><HR
69ALIGN="LEFT"
70WIDTH="100%"></DIV
71><DIV
72CLASS="sect1"
73><H1
74CLASS="sect1"
75><A
76NAME="running"
77>2.5. Running the executable with basic libraries</A
78></H1
79><P
80>&#13;Starting the graphical mode with the basic viewer activated is as simple as :
81</P
82><PRE
83CLASS="screen"
84>&#13;<SAMP
85CLASS="prompt"
86>$</SAMP
87> <KBD
88CLASS="userinput"
89>lttv -L /usr/local/lib/lttv/plugins -m lttvwindow\
90-m guievents -m guicontrolflow -m guistatistics -t sample.converted/</KBD
91>
92</PRE
93><P
94>&#13;Using the text mode is very simple too. Look in /usr/local/lib/lttv/plugins for
95the list of modules. You may use the --help switch to get basic help on the
96command line parameters of every loaded modules. To simply output the events of
97a trace in a text file, try the textDump module. The batchAnalysis module
98permits to do batch mode analysis (state and statistics calculation ) on a
99trace.
100</P
101><PRE
102CLASS="screen"
103>&#13;<SAMP
104CLASS="prompt"
105>$</SAMP
106> <KBD
107CLASS="userinput"
108>lttv -L /usr/local/lib/lttv/plugins -m textDump --help</KBD
109>
110</PRE
111></DIV
112><DIV
113CLASS="NAVFOOTER"
114><HR
115ALIGN="LEFT"
116WIDTH="100%"><TABLE
117SUMMARY="Footer navigation table"
118WIDTH="100%"
119BORDER="0"
120CELLPADDING="0"
121CELLSPACING="0"
122><TR
123><TD
124WIDTH="33%"
125ALIGN="left"
126VALIGN="top"
127><A
128HREF="x64.html"
129ACCESSKEY="P"
130>Prev</A
131></TD
132><TD
133WIDTH="34%"
134ALIGN="center"
135VALIGN="top"
136><A
137HREF="index.html"
138ACCESSKEY="H"
139>Home</A
140></TD
141><TD
142WIDTH="33%"
143ALIGN="right"
144VALIGN="top"
145><A
146HREF="c91.html"
147ACCESSKEY="N"
148>Next</A
149></TD
150></TR
151><TR
152><TD
153WIDTH="33%"
154ALIGN="left"
155VALIGN="top"
156>Conversion from LTT to LTTV trace format</TD
157><TD
158WIDTH="34%"
159ALIGN="center"
160VALIGN="top"
161><A
162HREF="c25.html"
163ACCESSKEY="U"
164>Up</A
165></TD
166><TD
167WIDTH="33%"
168ALIGN="right"
169VALIGN="top"
170>Using LTTV graphical interface</TD
171></TR
172></TABLE
173></DIV
174></BODY
175></HTML
176>
This page took 0.02811 seconds and 4 git commands to generate.