Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Chouinard2011-08-30 19:07:41 +0000
committerFrancois Chouinard2011-08-30 19:08:19 +0000
commitf920f76d4d254b51878bc6d0838a6b02d5d38c22 (patch)
tree851855e91f2907d15c889a57e1803efc97660223
parentf667a959de196570fb745c75e2caca069bcddb86 (diff)
downloadorg.eclipse.linuxtools-f920f76d4d254b51878bc6d0838a6b02d5d38c22.tar.gz
org.eclipse.linuxtools-f920f76d4d254b51878bc6d0838a6b02d5d38c22.tar.xz
org.eclipse.linuxtools-f920f76d4d254b51878bc6d0838a6b02d5d38c22.zip
Update on Bug315602
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html25
-rw-r--r--lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html3
2 files changed, 7 insertions, 21 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html
index 13689f7546..234089bb96 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/Getting-Started.html
@@ -115,35 +115,18 @@ Configuration:
...
<more options>
</pre>
- <p>Once the parsing libraries are installed, it is necessary to let Eclipse know where they sit otherwise the LTTng plugin won't be able to parse the traces. You basically have 4 options at this point:</p>
- <p>a) ldconfig</p>
- <ul style="list-style: square">
- <li>Create a text file named
- <i>lttng.conf</i> in /etc/ld.so.conf.d
- <br/>
- </li>
- <li>In lttng.conf, add a line containing the path to the LTTng parser libraries (e.g. /usr/local/lib)
- <br/>
- </li>
- <li>and then:
- <br/>
- </li>
- </ul>
- <pre>
-&gt; ldconfig
-</pre>
- <p>The loader should now be able to find and cache the parsing libraries.</p>
- <p>b) Eclipse.ini</p>
+ <p>Once the parsing libraries are installed, it is necessary to let Eclipse know where they sit otherwise the LTTng plugin won't be able to parse the traces. You basically have 3 options at this point:</p>
+ <p>a) Eclipse.ini</p>
<p>In the eclipse.ini (in the Eclipse folder), add the following line to the VM arguments:</p>
<pre>
-Djava.library.path=/usr/local/lib
</pre>
- <p>c) LD_LIBRARY_PATH</p>
+ <p>b) LD_LIBRARY_PATH</p>
<p>Alternatively, you can specify the libraries location using LD_LIBRARY_PATH on the command line/script when you start your Eclipse.</p>
<pre>
&gt; LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" ./eclipse
</pre>
- <p>d) Project trace library path</p>
+ <p>c) Project trace library path</p>
<p>If you are customizing your own LTTng parsing libraries, you might have a number of variants sitting on your system and you might want to have the freedom to dynamically associate a parser to a project. The LTTng plugin allows you to do so (see
<a href="http://wiki.eclipse.org/index.php/Linux_Tools_Project/LTTng/User_Guide#Project_View">Project View</a>).
</p>
diff --git a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html
index b571ac5b88..006c764b55 100644
--- a/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html
+++ b/lttng/org.eclipse.linuxtools.lttng.help/Linux_Tools_Project/LTTng/User_Guide/References.html
@@ -40,6 +40,9 @@
<li>
<a href="http://git.lttng.org/?p=lttv.git;a=blob_plain;f=LTTngManual.html">LTTng Manual</a>
</li>
+ <li>
+ <a href="http://wiki.eclipse.org/Linux_Tools_Project/TMF/User_Guide">TMF User Guide</a>
+ </li>
</ul><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>

Back to the top