remove files unneeded for lttv
[lttv.git] / lttv / doc / developer / developer_guide / html / index.html
CommitLineData
7cb02901 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>Linux Trace Toolkit Viewer Developer Guide</TITLE
6><META
7NAME="GENERATOR"
8CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9REL="NEXT"
10TITLE="Linux Trace Toolkit Viewer Text Module Tutorial"
11HREF="c18.html"><META
12NAME="KEYWORD"
13CONTENT="Linux Trace Toolkit Viewer"><META
14NAME="KEYWORD"
15CONTENT="text"><META
16NAME="KEYWORD"
17CONTENT="module"><META
18NAME="KEYWORD"
19CONTENT="context"></HEAD
20><BODY
21CLASS="book"
22BGCOLOR="#FFFFFF"
23TEXT="#000000"
24LINK="#0000FF"
25VLINK="#840084"
26ALINK="#0000FF"
27><DIV
28CLASS="BOOK"
29><A
30NAME="AEN1"
31></A
32><DIV
33CLASS="TITLEPAGE"
34><H1
35CLASS="title"
36><A
37NAME="AEN2"
38>Linux Trace Toolkit Viewer Developer Guide</A
39></H1
40><H3
41CLASS="author"
42><A
43NAME="AEN5"
44></A
45>Mathieu Desnoyers</H3
46><DIV
47><DIV
48CLASS="abstract"
49><P
50></P
51><A
52NAME="AEN10"
53></A
54><P
55>&#13;This document describes the basic steps necessary to develop within the
56<SPAN
57CLASS="application"
58>Linux Trace Toolkit Viewer</SPAN
59> project.
60
61</P
62><P
63></P
64></DIV
65></DIV
66><HR></DIV
67><DIV
68CLASS="TOC"
69><DL
70><DT
71><B
72>Table of Contents</B
73></DT
74><DT
75>1. <A
76HREF="c18.html"
77>Linux Trace Toolkit Viewer Text Module Tutorial</A
78></DT
79><DD
80><DL
81><DT
82>1.1. <A
83HREF="c18.html#AEN20"
84>Introduction</A
85></DT
86><DT
87>1.2. <A
88HREF="x23.html"
89>A typical module</A
90></DT
91><DT
92>1.3. <A
93HREF="x33.html"
94>The hooks</A
95></DT
96></DL
97></DD
98><DT
99>2. <A
100HREF="c40.html"
101>How to use the Linux Trace Toolkit Viewer's Reading Context</A
102></DT
103><DD
104><DL
105><DT
106>2.1. <A
107HREF="c40.html#AEN42"
108>Introduction</A
109></DT
110><DT
111>2.2. <A
112HREF="x46.html"
113>Why an event driven trace reader ?</A
114></DT
115><DT
116>2.3. <A
117HREF="x50.html"
118>Using the reading context</A
119></DT
120></DL
121></DD
122><DT
123>3. <A
124HREF="c67.html"
125>Linux Trace Toolkit Viewer Graphical Module Tutorial</A
126></DT
127><DD
128><DL
129><DT
130>3.1. <A
131HREF="c67.html#AEN69"
132>Introduction</A
133></DT
134><DT
135>3.2. <A
136HREF="x72.html"
137>The static part of a module</A
138></DT
139><DT
140>3.3. <A
141HREF="x77.html"
142>The dynamic part of a module : the viewer</A
143></DT
144><DT
145>3.4. <A
146HREF="x81.html"
147>How to request background computation</A
148></DT
149><DT
150>3.5. <A
151HREF="x84.html"
152>How to handle events and use the graphical trace reading service</A
153></DT
154><DD
155><DL
156><DT
157>3.5.1. <A
158HREF="x84.html#AEN87"
159>Module Related API</A
160></DT
161><DT
162>3.5.2. <A
163HREF="x84.html#AEN91"
164>Main Window</A
165></DT
166><DT
167>3.5.3. <A
168HREF="x84.html#AEN97"
169>Viewer Instance Related API</A
170></DT
171><DT
172>3.5.4. <A
173HREF="x84.html#AEN100"
174>Notices from Main Window</A
175></DT
176><DT
177>3.5.5. <A
178HREF="x84.html#AEN123"
179>Reporting Changes to the Main Window</A
180></DT
181><DT
182>3.5.6. <A
183HREF="x84.html#AEN134"
184>Requesting Events to Main Window</A
185></DT
186><DT
187>3.5.7. <A
188HREF="x84.html#AEN152"
189>GTK Events</A
190></DT
191></DL
192></DD
193></DL
194></DD
195></DL
196></DIV
197></DIV
198><DIV
199CLASS="NAVFOOTER"
200><HR
201ALIGN="LEFT"
202WIDTH="100%"><TABLE
203SUMMARY="Footer navigation table"
204WIDTH="100%"
205BORDER="0"
206CELLPADDING="0"
207CELLSPACING="0"
208><TR
209><TD
210WIDTH="33%"
211ALIGN="left"
212VALIGN="top"
213>&nbsp;</TD
214><TD
215WIDTH="34%"
216ALIGN="center"
217VALIGN="top"
218>&nbsp;</TD
219><TD
220WIDTH="33%"
221ALIGN="right"
222VALIGN="top"
223><A
224HREF="c18.html"
225ACCESSKEY="N"
226>Next</A
227></TD
228></TR
229><TR
230><TD
231WIDTH="33%"
232ALIGN="left"
233VALIGN="top"
234>&nbsp;</TD
235><TD
236WIDTH="34%"
237ALIGN="center"
238VALIGN="top"
239>&nbsp;</TD
240><TD
241WIDTH="33%"
242ALIGN="right"
243VALIGN="top"
244>Linux Trace Toolkit Viewer Text Module Tutorial</TD
245></TR
246></TABLE
247></DIV
248></BODY
249></HTML
250>
This page took 0.056857 seconds and 4 git commands to generate.