add private file from gtk : fnmatch.c
[lttv.git] / ltt / branches / poly / doc / user / user_guide / html / c20.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 >Introduction</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="PREVIOUS"
13 TITLE="Linux Trace Toolkit Viewer User Guide"
14 HREF="index.html"><LINK
15 REL="NEXT"
16 TITLE="Getting started"
17 HREF="c25.html"></HEAD
18 ><BODY
19 CLASS="chapter"
20 BGCOLOR="#FFFFFF"
21 TEXT="#000000"
22 LINK="#0000FF"
23 VLINK="#840084"
24 ALINK="#0000FF"
25 ><DIV
26 CLASS="NAVHEADER"
27 ><TABLE
28 SUMMARY="Header navigation table"
29 WIDTH="100%"
30 BORDER="0"
31 CELLPADDING="0"
32 CELLSPACING="0"
33 ><TR
34 ><TH
35 COLSPAN="3"
36 ALIGN="center"
37 >Linux Trace Toolkit Viewer User Guide</TH
38 ></TR
39 ><TR
40 ><TD
41 WIDTH="10%"
42 ALIGN="left"
43 VALIGN="bottom"
44 ><A
45 HREF="index.html"
46 ACCESSKEY="P"
47 >Prev</A
48 ></TD
49 ><TD
50 WIDTH="80%"
51 ALIGN="center"
52 VALIGN="bottom"
53 ></TD
54 ><TD
55 WIDTH="10%"
56 ALIGN="right"
57 VALIGN="bottom"
58 ><A
59 HREF="c25.html"
60 ACCESSKEY="N"
61 >Next</A
62 ></TD
63 ></TR
64 ></TABLE
65 ><HR
66 ALIGN="LEFT"
67 WIDTH="100%"></DIV
68 ><DIV
69 CLASS="chapter"
70 ><H1
71 ><A
72 NAME="AEN20"
73 ></A
74 >Chapter 1. Introduction</H1
75 ><P
76 >&#13;Linux Trace Toolkit (LTT) is a tracing tool that permits to get all the possible
77 execution information from the Linux Kernel. It is based on kernel
78 instrumentation and a high-speed relay file system to copy the information from
79 the kernel space to the user space.
80 </P
81 ><P
82 >&#13;Linux Trace Toolkit Viewer (LTTV) is the second generation of visualization
83 tool. It is
84 based on a trace format (the files where the data is recorded on disk) slightly
85 different from LTT. As for now, November 29, 2004, the implementation of the new
86 trace format in LTT is still not done, we must use a conversion tool to
87 transform the original LTT traces to the new format.
88 </P
89 ><P
90 >&#13;This document explains all the steps that are necessary in order to record a
91 trace with LTT and view it with LTTV.
92 </P
93 ></DIV
94 ><DIV
95 CLASS="NAVFOOTER"
96 ><HR
97 ALIGN="LEFT"
98 WIDTH="100%"><TABLE
99 SUMMARY="Footer navigation table"
100 WIDTH="100%"
101 BORDER="0"
102 CELLPADDING="0"
103 CELLSPACING="0"
104 ><TR
105 ><TD
106 WIDTH="33%"
107 ALIGN="left"
108 VALIGN="top"
109 ><A
110 HREF="index.html"
111 ACCESSKEY="P"
112 >Prev</A
113 ></TD
114 ><TD
115 WIDTH="34%"
116 ALIGN="center"
117 VALIGN="top"
118 ><A
119 HREF="index.html"
120 ACCESSKEY="H"
121 >Home</A
122 ></TD
123 ><TD
124 WIDTH="33%"
125 ALIGN="right"
126 VALIGN="top"
127 ><A
128 HREF="c25.html"
129 ACCESSKEY="N"
130 >Next</A
131 ></TD
132 ></TR
133 ><TR
134 ><TD
135 WIDTH="33%"
136 ALIGN="left"
137 VALIGN="top"
138 >Linux Trace Toolkit Viewer User Guide</TD
139 ><TD
140 WIDTH="34%"
141 ALIGN="center"
142 VALIGN="top"
143 >&nbsp;</TD
144 ><TD
145 WIDTH="33%"
146 ALIGN="right"
147 VALIGN="top"
148 >Getting started</TD
149 ></TR
150 ></TABLE
151 ></DIV
152 ></BODY
153 ></HTML
154 >
This page took 0.03295 seconds and 4 git commands to generate.