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