add private file from gtk : fnmatch.c
[lttv.git] / ltt / branches / poly / doc / user / user_guide / html / x130.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 >Control Flow View Colors</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="Using LTTV graphical interface"
14 HREF="c91.html"><LINK
15 REL="PREVIOUS"
16 TITLE="Using LTTV graphical interface"
17 HREF="c91.html"><LINK
18 REL="NEXT"
19 TITLE="Using LTTV text modules"
20 HREF="c162.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="c91.html"
49 ACCESSKEY="P"
50 >Prev</A
51 ></TD
52 ><TD
53 WIDTH="80%"
54 ALIGN="center"
55 VALIGN="bottom"
56 >Chapter 3. Using LTTV graphical interface</TD
57 ><TD
58 WIDTH="10%"
59 ALIGN="right"
60 VALIGN="bottom"
61 ><A
62 HREF="c162.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="ControlFlowColors"
77 >3.2. Control Flow View Colors</A
78 ></H1
79 ><DIV
80 CLASS="mediaobject"
81 ><P
82 ><IMG
83 SRC="lttv-color-list.png"
84 ALIGN="center"><DIV
85 CLASS="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
93 represents 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
101 happen when you seek quickly at a far time in the trace just after it has been
102 launched. At that moment, the precomputed state information is incomplete. The
103 "unknown" state is used to identify this. Note that the viewer gets refreshed
104 once 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.
110 That includes execution of all the source code of an executable as well as the
111 libraries 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
117 switched from process limited rights to super user mode. Only code from the
118 kernel (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
124 trap is the memory page fault trap : it is called every time a page is missing
125 from physical memory.
126 </P
127 ></LI
128 ><LI
129 ><P
130 >&#13;Orange : IRQ servicing routine is running. It interrupts the currently running
131 process. As the IRQ does not change the currently running process (on some
132 architectures it uses the same stack as the process), the IRQ state is shown in
133 the state of the process. IRQ can be nested : a higher priority interrupt can
134 interrupt 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
140 complete 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
146 in event).
147 </P
148 ></LI
149 ><LI
150 ><P
151 >&#13;Dark purple : A process in zombie state. This state happens when a process
152 exits 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
158 first 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
164 happend if it has some tasks to do in the exit system call.
165 </P
166 ></LI
167 ></UL
168 ></DIV
169 ><DIV
170 CLASS="NAVFOOTER"
171 ><HR
172 ALIGN="LEFT"
173 WIDTH="100%"><TABLE
174 SUMMARY="Footer navigation table"
175 WIDTH="100%"
176 BORDER="0"
177 CELLPADDING="0"
178 CELLSPACING="0"
179 ><TR
180 ><TD
181 WIDTH="33%"
182 ALIGN="left"
183 VALIGN="top"
184 ><A
185 HREF="c91.html"
186 ACCESSKEY="P"
187 >Prev</A
188 ></TD
189 ><TD
190 WIDTH="34%"
191 ALIGN="center"
192 VALIGN="top"
193 ><A
194 HREF="index.html"
195 ACCESSKEY="H"
196 >Home</A
197 ></TD
198 ><TD
199 WIDTH="33%"
200 ALIGN="right"
201 VALIGN="top"
202 ><A
203 HREF="c162.html"
204 ACCESSKEY="N"
205 >Next</A
206 ></TD
207 ></TR
208 ><TR
209 ><TD
210 WIDTH="33%"
211 ALIGN="left"
212 VALIGN="top"
213 >Using LTTV graphical interface</TD
214 ><TD
215 WIDTH="34%"
216 ALIGN="center"
217 VALIGN="top"
218 ><A
219 HREF="c91.html"
220 ACCESSKEY="U"
221 >Up</A
222 ></TD
223 ><TD
224 WIDTH="33%"
225 ALIGN="right"
226 VALIGN="top"
227 >Using LTTV text modules</TD
228 ></TR
229 ></TABLE
230 ></DIV
231 ></BODY
232 ></HTML
233 >
This page took 0.033204 seconds and 4 git commands to generate.