userspace tracing arch
[lttv.git] / ltt / branches / poly / doc / user / user_guide / html / x127.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>Control Flow View Colors</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="Using LTTV graphical interface"
14HREF="c88.html"><LINK
15REL="PREVIOUS"
16TITLE="Using LTTV graphical interface"
17HREF="c88.html"><LINK
18REL="NEXT"
19TITLE="Using LTTV text modules"
20HREF="c159.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="c88.html"
49ACCESSKEY="P"
50>Prev</A
51></TD
52><TD
53WIDTH="80%"
54ALIGN="center"
55VALIGN="bottom"
56>Chapter 3. Using LTTV graphical interface</TD
57><TD
58WIDTH="10%"
59ALIGN="right"
60VALIGN="bottom"
61><A
62HREF="c159.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="ControlFlowColors"
77>3.2. Control Flow View Colors</A
78></H1
79><DIV
80CLASS="mediaobject"
81><P
82><IMG
83SRC="lttv-color-list.png"
84ALIGN="center"><DIV
85CLASS="caption"
86><P
87>Control Flow View Color Legend</P
88></DIV
89></P
90></DIV
91><P
92>&#13;Here is a description of the colors used in the control flow view. Each color
93represents a state of the process at a given time.
94</P
95><P
96></P
97><UL
98><LI
99><P
100>&#13;White : this color is used for process from which state is not known. It may
101happen when you seek quickly at a far time in the trace just after it has been
102launched. At that moment, the precomputed state information is incomplete. The
103"unknown" state is used to identify this. Note that the viewer gets refreshed
104once the precomputation ends.
105</P
106></LI
107><LI
108><P
109>&#13;Green : This color is only used for process when they are running in user mode.
110That includes execution of all the source code of an executable as well as the
111libraries it uses.
112</P
113></LI
114><LI
115><P
116>&#13;Pale blue : A process is doing a system call to the kernel, and the mode is
117switched from process limited rights to super user mode. Only code from the
118kernel (including modules) should be run in that state.
119</P
120></LI
121><LI
122><P
123>&#13;Yellow : The kernel is running a trap that services a fault. The most frequent
124trap is the memory page fault trap : it is called every time a page is missing
125from physical memory.
126</P
127></LI
128><LI
129><P
130>&#13;Orange : IRQ servicing routine is running. It interrupts the currently running
131process. As the IRQ does not change the currently running process (on some
132architectures it uses the same stack as the process), the IRQ state is shown in
133the state of the process. IRQ can be nested : a higher priority interrupt can
134interrupt a lower priority interrupt.
135</P
136></LI
137><LI
138><P
139>&#13;Dark red : A process in that state is waiting for an input/output operation to
140complete before it can continue its execution.
141</P
142></LI
143><LI
144><P
145>&#13;Dark yellow : A process is ready to run, but waiting to get the CPU (a schedule
146in event).
147</P
148></LI
149><LI
150><P
151>&#13;Dark purple : A process in zombie state. This state happens when a process
152exits and then waits for the parent to wait for it (wait() or waitpid()).
153</P
154></LI
155><LI
156><P
157>&#13;Dark green : A process has just been created by its parent and is waiting for
158first scheduling.
159</P
160></LI
161><LI
162><P
163>&#13;Magenta : The process has exited, but still has the control of the CPU. It may
164happend if it has some tasks to do in the exit system call.
165</P
166></LI
167></UL
168></DIV
169><DIV
170CLASS="NAVFOOTER"
171><HR
172ALIGN="LEFT"
173WIDTH="100%"><TABLE
174SUMMARY="Footer navigation table"
175WIDTH="100%"
176BORDER="0"
177CELLPADDING="0"
178CELLSPACING="0"
179><TR
180><TD
181WIDTH="33%"
182ALIGN="left"
183VALIGN="top"
184><A
185HREF="c88.html"
186ACCESSKEY="P"
187>Prev</A
188></TD
189><TD
190WIDTH="34%"
191ALIGN="center"
192VALIGN="top"
193><A
194HREF="index.html"
195ACCESSKEY="H"
196>Home</A
197></TD
198><TD
199WIDTH="33%"
200ALIGN="right"
201VALIGN="top"
202><A
203HREF="c159.html"
204ACCESSKEY="N"
205>Next</A
206></TD
207></TR
208><TR
209><TD
210WIDTH="33%"
211ALIGN="left"
212VALIGN="top"
213>Using LTTV graphical interface</TD
214><TD
215WIDTH="34%"
216ALIGN="center"
217VALIGN="top"
218><A
219HREF="c88.html"
220ACCESSKEY="U"
221>Up</A
222></TD
223><TD
224WIDTH="33%"
225ALIGN="right"
226VALIGN="top"
227>Using LTTV text modules</TD
228></TR
229></TABLE
230></DIV
231></BODY
232></HTML
233>
This page took 0.035925 seconds and 4 git commands to generate.