From efb9a0ffe367c237ad1929d8a97e00ddbfbe2541 Mon Sep 17 00:00:00 2001 From: Francois Chouinard Date: Tue, 12 Jun 2012 15:05:01 -0400 Subject: [PATCH] Remove the generated garbage at top of the Help file... --- .../LTTng2/User_Guide/User-Guide.html | 206 ------------------ 1 file changed, 206 deletions(-) diff --git a/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html b/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html index 291d15b174..eee9cecfe9 100644 --- a/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html +++ b/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng2/User_Guide/User-Guide.html @@ -25,212 +25,6 @@ Installation
-

{{#eclipseproject:technology.linux-distros}} - <css>

-
    -
  1. menu-nav {
  2. -
-
 margin-bottom: 2em;
-
-

}

-
    -
  1. menu-nav ul {
  2. -
-
 padding: 3px 0 1px 1em;
- margin:0;
- border-bottom: 1px solid #aaa;
-
-

}

-
    -
  1. menu-nav li {
  2. -
-
 list-style: none;
- margin: 0;
- display: inline;
-
-

}

-
    -
  1. menu-nav li a {
  2. -
-
 padding: 3px 0.5em;
- margin-left: 3px;
- border: 1px solid #aaa;
- border-bottom: none;
- background: #eef;
- text-decoration: none;
-
-

}

-
    -
  1. menu-nav li a:link { color: #448; }
  2. -
  3. menu-nav li a:visited { color: #667; }
  4. -
  5. menu-nav li a:hover {
  6. -
-
 color: #000;
- background: #ccf;
- border-color: #227;
-
-

}

-
    -
  1. menu-nav li span#current a
  2. -
-

{

-
 background: #fff;
- border-bottom: 1px solid #fff;
-
-

}

-
    -
  1. menu-nav li .selflink {
  2. -
-
 padding: 3px 0.5em;
- margin-left: 3px;
- border: 1px solid #aaa;
- background: #fff;
- border-bottom: 1px solid #fff;
-
-

}

-

table.menu-table, .menu-table table {

-
 border: 1px solid #aaa;
- border-collapse: collapse;
-
-

} - .menu-table td {

-
 border: 1px solid #aaa;
- padding: 0.5em 1em;
-
-

} - .menu-table th {

-
 border: 1px solid #aaa;
- background-color: #eef;
-
-

} - .menu-table caption {

-
 border: 1px #aaa solid;
- margin: 1em 0 0.2em 0;
- background-color: #ccf;
- font-weight: bold;
- font-size: 1.1em;
-
-

}

-
    -
  1. content dl {
  2. -
-
 border-left: 1px #aaa solid;
- border-bottom: 1px #aaa solid;
-
-

}

-
    -
  1. content dl dt {
  2. -
-
 float: left;
- border-top: 1px solid #aaa;
- padding: 0.5em 0 0 0.5em;
-
-

}

-
    -
  1. content dl dd {
  2. -
-
 border: 1px solid #aaa;
- border-bottom: none;
-
-

}

-
    -
  1. content .narrow-list dl {
  2. -
-
 width: 40em;
-
-

}

-
    -
  1. content .narrow-list dl dt {
  2. -
-
 width: 14em;
- line-height: 1em;
-
-

}

-
    -
  1. content .narrow-list dl dd {
  2. -
-
 margin: 0 0 0 15em;
- padding: 0.5em 1em;
-
-

}

-
    -
  1. content .wide-list dl, #content dl {
  2. -
-
 width: 80em;
-
-

}

-
    -
  1. content .wide-list dl dt, #content dl dt {
  2. -
-
 padding: 0.5em 1em;
- width: 15em;
-
-

}

-
    -
  1. content .wide-list dl dd, #content dl dd {
  2. -
-
 padding: 1em 1em 2em 2em;
- margin: 0 0 0 17em;
-
-

}

-
    -
  1. content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
  2. -
-
 border: 0 none;
- width: auto;
- padding: 0 0 0 1em;
-
-

}

-
    -
  1. content .unbounded-list dl dt {
  2. -
-
 line-height: 1.2em;
-
-

}

-

.infobox {

-
 padding: 0.5em 1em;
- background-color: #fff;
- float: right;
- margin: 0.5em;
-
-

} - </css> -

- {{Infobox - | name = Linux Tools - | download = - http://www.eclipse.org/linuxtools/downloads.php - | website = - http://eclipse.org/linuxtools - | list = linuxtools-dev - | irc = #eclipse-linux - | newsgroup = eclipse.technology.linuxtools - | product = Technology - | source = - http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/ - }} -

Overview

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.

For more information about LTTng, refer to the project -- 2.34.1