Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lttng
diff options
context:
space:
mode:
authorFrancois Chouinard2012-06-12 18:39:29 +0000
committerFrancois Chouinard2012-06-12 18:49:05 +0000
commit99bce5a58cc91867ac3a8c21b9bb1cf0aca8f79d (patch)
tree8fe7e414fc6640fa71fdb9504576c869c24d5235 /lttng
parentfe404da25c88c7e7258781cb2c696612a29e7a25 (diff)
downloadorg.eclipse.linuxtools-99bce5a58cc91867ac3a8c21b9bb1cf0aca8f79d.tar.gz
org.eclipse.linuxtools-99bce5a58cc91867ac3a8c21b9bb1cf0aca8f79d.tar.xz
org.eclipse.linuxtools-99bce5a58cc91867ac3a8c21b9bb1cf0aca8f79d.zip
Fix creative header color in LTTng help
Diffstat (limited to 'lttng')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html8
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng.html2
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Updating-This-Document.html2
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html206
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/toc.xml8
5 files changed, 216 insertions, 10 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html
index b1f66608f5..ddc55fbb0f 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html
@@ -80,7 +80,7 @@
<b><span style="color: #AD77D7;">toolbar</span></b>.
</p>
<p>The following sections provide detailed information for each part of the Control Flow View.</p>
- <h3 id=".3Cspan_style.3D.22color:_.23C84545.3B.22.3EProcess_tree.3C.2Fspan.3E_and_.3Cspan_style.3D.22color:_.23A1C81A.3B.22.3Einformations.3C.2Fspan.3E"><span style="color: #C84545;">Process tree</span> and <span style="color: #A1C81A;">informations</span></h3>
+ <h3 id="Process_Tree_and_Information">Process Tree and Information</h3>
<p>Processes are organized as a tree within this view. This way, child and parent processes are easy to identify.</p>
<p>
<img border="0" src="images/Cfv_process_tree.png"/>
@@ -94,7 +94,7 @@
<b>thread ID</b> and the PTID column shows its
<b>parent thread ID</b> (nothing is shown if the process has no parent).
</p>
- <h3 id=".3Cspan_style.3D.22color:_.2367A3DC.3B.22.3E.3Cspan_id.3D.22anc-cfw-states-flow.22.3EStates_flow.3C.2Fspan.3E.3C.2Fspan.3E"><span style="color: #67A3DC;"><span id="anc-cfw-states-flow">States flow</span></span></h3>
+ <h3 id="States_Flow">States Flow</h3>
<p>This part of the Control Flow View is probably the most interesting one. Using the mouse, you can navigate through the trace (go left, right) and zoom on a specific region to inspect its details.</p>
<p>The colored bars you see represent
<b>states</b> for the associated process node. When a process state changes in time, so does the color. States colors legend is available through a
@@ -173,7 +173,7 @@
<li>the pointed state date and start/stop times</li>
<li>the pointed state duration (seconds)</li>
</ul>
- <h3 id=".3Cspan_style.3D.22color:_.23AD77D7.3B.22.3E.3Cspan_id.3D.22anc-cfw-toolbar.22.3EToolbar.3C.2Fspan.3E.3C.2Fspan.3E"><span style="color: #AD77D7;"><span id="anc-cfw-toolbar">Toolbar</span></span></h3>
+ <h3 id="Toolbar">Toolbar</h3>
<p>The Control Flow View
<b>toolbar</b>, located at the top right of the view, has shortcut buttons to perform common actions:
</p>
@@ -232,7 +232,7 @@
<p>See
<a href="LTTng-Kernel-Analysis.html#Incomplete_regions">Incomplete regions</a>.
</p>
- <h3 id="Toolbar">Toolbar</h3>
+ <h3 id="Toolbar_2">Toolbar</h3>
<p>See
<a href="LTTng-Kernel-Analysis.html#Toolbar">Toolbar</a>.
</p>
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng.html
index 3264cc1c68..755ecf0839 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/LTTng.html
@@ -67,7 +67,7 @@
<a href="LTTng.html#Colors_View">Colors View</a>
</li>
<li>
- <a href="#Filter_View">Filter View</a>
+ <a href="LTTng.html#Filters_View">Filters View</a>
</li>
<li>
<a href="LTTng.html#Time_Chart_View">Time Chart View</a>
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Updating-This-Document.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Updating-This-Document.html
index bda025e5cf..c3f9fcae18 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Updating-This-Document.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/Updating-This-Document.html
@@ -28,7 +28,7 @@
<h1 id="Updating_This_Document">Updating This Document</h1>
<p>This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
- <a href="http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide">http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide</a> .
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide">http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide</a>.
</p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html
index eee9cecfe9..291d15b174 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html
@@ -25,6 +25,212 @@
<td style="width: 20%" align="right" valign="top">Installation</td>
</tr>
</table><hr/>
+ <p>{{#eclipseproject:technology.linux-distros}}
+ &lt;css&gt;</p>
+ <ol>
+ <li>menu-nav {</li>
+ </ol>
+ <pre> margin-bottom: 2em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav ul {</li>
+ </ol>
+ <pre> padding: 3px 0 1px 1em;
+ margin:0;
+ border-bottom: 1px solid #aaa;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav li {</li>
+ </ol>
+ <pre> list-style: none;
+ margin: 0;
+ display: inline;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav li a {</li>
+ </ol>
+ <pre> padding: 3px 0.5em;
+ margin-left: 3px;
+ border: 1px solid #aaa;
+ border-bottom: none;
+ background: #eef;
+ text-decoration: none;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav li a:link { color: #448; }</li>
+ <li>menu-nav li a:visited { color: #667; }</li>
+ <li>menu-nav li a:hover {</li>
+ </ol>
+ <pre> color: #000;
+ background: #ccf;
+ border-color: #227;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav li span#current a</li>
+ </ol>
+ <p>{</p>
+ <pre> background: #fff;
+ border-bottom: 1px solid #fff;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>menu-nav li .selflink {</li>
+ </ol>
+ <pre> padding: 3px 0.5em;
+ margin-left: 3px;
+ border: 1px solid #aaa;
+ background: #fff;
+ border-bottom: 1px solid #fff;
+</pre>
+ <p>}</p>
+ <p>table.menu-table, .menu-table table {</p>
+ <pre> border: 1px solid #aaa;
+ border-collapse: collapse;
+</pre>
+ <p>}
+ .menu-table td {</p>
+ <pre> border: 1px solid #aaa;
+ padding: 0.5em 1em;
+</pre>
+ <p>}
+ .menu-table th {</p>
+ <pre> border: 1px solid #aaa;
+ background-color: #eef;
+</pre>
+ <p>}
+ .menu-table caption {</p>
+ <pre> border: 1px #aaa solid;
+ margin: 1em 0 0.2em 0;
+ background-color: #ccf;
+ font-weight: bold;
+ font-size: 1.1em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content dl {</li>
+ </ol>
+ <pre> border-left: 1px #aaa solid;
+ border-bottom: 1px #aaa solid;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content dl dt {</li>
+ </ol>
+ <pre> float: left;
+ border-top: 1px solid #aaa;
+ padding: 0.5em 0 0 0.5em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content dl dd {</li>
+ </ol>
+ <pre> border: 1px solid #aaa;
+ border-bottom: none;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .narrow-list dl {</li>
+ </ol>
+ <pre> width: 40em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .narrow-list dl dt {</li>
+ </ol>
+ <pre> width: 14em;
+ line-height: 1em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .narrow-list dl dd {</li>
+ </ol>
+ <pre> margin: 0 0 0 15em;
+ padding: 0.5em 1em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .wide-list dl, #content dl {</li>
+ </ol>
+ <pre> width: 80em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .wide-list dl dt, #content dl dt {</li>
+ </ol>
+ <pre> padding: 0.5em 1em;
+ width: 15em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .wide-list dl dd, #content dl dd {</li>
+ </ol>
+ <pre> padding: 1em 1em 2em 2em;
+ margin: 0 0 0 17em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {</li>
+ </ol>
+ <pre> border: 0 none;
+ width: auto;
+ padding: 0 0 0 1em;
+</pre>
+ <p>}</p>
+ <ol>
+ <li>content .unbounded-list dl dt {</li>
+ </ol>
+ <pre> line-height: 1.2em;
+</pre>
+ <p>}</p>
+ <p>.infobox {</p>
+ <pre> padding: 0.5em 1em;
+ background-color: #fff;
+ float: right;
+ margin: 0.5em;
+</pre>
+ <p>}
+ &lt;/css&gt;
+<div id="menu-nav"></p>
+ <ul>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/User_Guides" title="Linux_Tools_Project/User_Guides">User Guides</a>
+ </li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/Contributor_Guide" title="Linux_Tools_Project/Contributor_Guide">Contributor Guides </a>
+ </li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/FAQ" title="Linux_Tools_Project/FAQ">FAQ</a>
+ </li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/Learning_Material" title="Linux_Tools_Project/Learning_Material">Learning</a>
+ </li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/Planning" title="Linux_Tools_Project/Planning">Planning</a>
+ </li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/News" title="Linux_Tools_Project/News">News</a>
+ </li>
+ </ul>
+ <p></div>
+ {{Infobox
+ | name = Linux Tools
+ | download =
+ <a href="http://www.eclipse.org/linuxtools/downloads.php">http://www.eclipse.org/linuxtools/downloads.php</a>
+ | website =
+ <a href="http://eclipse.org/linuxtools">http://eclipse.org/linuxtools</a>
+ | list = linuxtools-dev
+ | irc = #eclipse-linux
+ | newsgroup = eclipse.technology.linuxtools
+ | product = Technology
+ | source =
+ <a href="http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/">http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/</a>
+ }}
+ </p>
<h1 id="Overview">Overview</h1>
<p>LTTng (Linux Trace Toolkit, next generation) is a highly efficient tracing tool for Linux that can be used to track down kernel and application performance issues as well as troubleshoot problems involving multiple concurrent processes and threads. It consists of a set of kernel modules, daemons - to collect the raw tracing data - and a set of tools to control, visualize and analyze the generated data. It also provides support for user space application instrumentation.</p>
<p>For more information about LTTng, refer to the project
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/toc.xml b/lttng/org.eclipse.linuxtools.lttng.help/toc.xml
index b8f2a56882..11064af90f 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/toc.xml
+++ b/lttng/org.eclipse.linuxtools.lttng.help/toc.xml
@@ -82,19 +82,19 @@
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html" label="LTTng Kernel Analysis">
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#LTTng_Kernel_Perspective" label="LTTng Kernel Perspective"></topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Control_Flow_View" label="Control Flow View">
- <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#.3Cspan_style.3D.22color:_.23C84545.3B.22.3EProcess_tree.3C.2Fspan.3E_and_.3Cspan_style.3D.22color:_.23A1C81A.3B.22.3Einformations.3C.2Fspan.3E" label="&lt;span style=&quot;color: #C84545;&quot;&quot;Process tree&lt;/span&quot; and &lt;span style=&quot;color: #A1C81A;&quot;&quot;informations&lt;/span&quot;"></topic>
- <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#.3Cspan_style.3D.22color:_.2367A3DC.3B.22.3E.3Cspan_id.3D.22anc-cfw-states-flow.22.3EStates_flow.3C.2Fspan.3E.3C.2Fspan.3E" label="&lt;span style=&quot;color: #67A3DC;&quot;&quot;&lt;span id=&quot;anc-cfw-states-flow&quot;&quot;States flow&lt;/span&quot;&lt;/span&quot;">
+ <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Process_Tree_and_Information" label="Process Tree and Information"></topic>
+ <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#States_Flow" label="States Flow">
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Using_the_mouse" label="Using the mouse"></topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Incomplete_regions" label="Incomplete regions"></topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Zoom_region" label="Zoom region"></topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Tooltips" label="Tooltips"></topic>
</topic>
- <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#.3Cspan_style.3D.22color:_.23AD77D7.3B.22.3E.3Cspan_id.3D.22anc-cfw-toolbar.22.3EToolbar.3C.2Fspan.3E.3C.2Fspan.3E" label="&lt;span style=&quot;color: #AD77D7;&quot;&quot;&lt;span id=&quot;anc-cfw-toolbar&quot;&quot;Toolbar&lt;/span&quot;&lt;/span&quot;"></topic>
+ <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Toolbar" label="Toolbar"></topic>
</topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Resources_View" label="Resources View">
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Navigation" label="Navigation"></topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Incomplete_regions_2" label="Incomplete regions"></topic>
- <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Toolbar" label="Toolbar"></topic>
+ <topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Toolbar_2" label="Toolbar"></topic>
</topic>
<topic href="Linux_Tools_Project/LTTng2/User_Guide/LTTng-Kernel-Analysis.html#Events_View_2" label="Events View"></topic>
</topic>

Back to the top