remove files unneeded for lttv
[lttv.git] / lttv / doc / developer / developer_guide / html / c40.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>How to use the Linux Trace Toolkit Viewer's Reading Context</TITLE
6><META
7NAME="GENERATOR"
8CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9REL="HOME"
10TITLE="Linux Trace Toolkit Viewer Developer Guide"
11HREF="index.html"><LINK
12REL="PREVIOUS"
13TITLE="The hooks"
14HREF="x33.html"><LINK
15REL="NEXT"
16TITLE="Why an event driven trace reader ?"
17HREF="x46.html"></HEAD
18><BODY
19CLASS="chapter"
20BGCOLOR="#FFFFFF"
21TEXT="#000000"
22LINK="#0000FF"
23VLINK="#840084"
24ALINK="#0000FF"
25><DIV
26CLASS="NAVHEADER"
27><TABLE
28SUMMARY="Header navigation table"
29WIDTH="100%"
30BORDER="0"
31CELLPADDING="0"
32CELLSPACING="0"
33><TR
34><TH
35COLSPAN="3"
36ALIGN="center"
37>Linux Trace Toolkit Viewer Developer Guide</TH
38></TR
39><TR
40><TD
41WIDTH="10%"
42ALIGN="left"
43VALIGN="bottom"
44><A
45HREF="x33.html"
46ACCESSKEY="P"
47>Prev</A
48></TD
49><TD
50WIDTH="80%"
51ALIGN="center"
52VALIGN="bottom"
53></TD
54><TD
55WIDTH="10%"
56ALIGN="right"
57VALIGN="bottom"
58><A
59HREF="x46.html"
60ACCESSKEY="N"
61>Next</A
62></TD
63></TR
64></TABLE
65><HR
66ALIGN="LEFT"
67WIDTH="100%"></DIV
68><DIV
69CLASS="chapter"
70><H1
71><A
72NAME="AEN40"
73></A
74>Chapter 2. How to use the Linux Trace Toolkit Viewer's Reading Context</H1
75><DIV
76CLASS="sect1"
77><H1
78CLASS="sect1"
79><A
80NAME="AEN42"
81>2.1. Introduction</A
82></H1
83><P
84>&#13;This chapter describes how to use the Linux Trace Toolkit reading context, a
85data structure that is given as call data parameter of the modules'callbacks.
86</P
87><P
88>&#13;Linux Trace Toolkit Viewer provides a backend that reads the traces. In combines
89them in tracesets. A trace is an abstaction over many tracefiles, one per CPU.
90LTTV reads the whole trace together, providing the events to modules by calling
91their pre-registered hook lists in a chronological order.
92</P
93></DIV
94></DIV
95><DIV
96CLASS="NAVFOOTER"
97><HR
98ALIGN="LEFT"
99WIDTH="100%"><TABLE
100SUMMARY="Footer navigation table"
101WIDTH="100%"
102BORDER="0"
103CELLPADDING="0"
104CELLSPACING="0"
105><TR
106><TD
107WIDTH="33%"
108ALIGN="left"
109VALIGN="top"
110><A
111HREF="x33.html"
112ACCESSKEY="P"
113>Prev</A
114></TD
115><TD
116WIDTH="34%"
117ALIGN="center"
118VALIGN="top"
119><A
120HREF="index.html"
121ACCESSKEY="H"
122>Home</A
123></TD
124><TD
125WIDTH="33%"
126ALIGN="right"
127VALIGN="top"
128><A
129HREF="x46.html"
130ACCESSKEY="N"
131>Next</A
132></TD
133></TR
134><TR
135><TD
136WIDTH="33%"
137ALIGN="left"
138VALIGN="top"
139>The hooks</TD
140><TD
141WIDTH="34%"
142ALIGN="center"
143VALIGN="top"
144>&nbsp;</TD
145><TD
146WIDTH="33%"
147ALIGN="right"
148VALIGN="top"
149>Why an event driven trace reader ?</TD
150></TR
151></TABLE
152></DIV
153></BODY
154></HTML
155>
This page took 0.052086 seconds and 4 git commands to generate.