YOCTO #1419: documentation/adt-manual/adt-eclipse.xml - re-word

YOCTO #1419:  I have re-worded the informational bullet on the OProfile
tool to indicate that you must have version 0.9.4 or greater of the
oprofile-viewer in order to have usable data on the host.

(From yocto-docs rev: 44fabbf8015b9bb624a5d70336a4440bd73c2c34)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-30 05:51:50 -07:00 committed by Richard Purdie
parent ca975f5fba
commit 76b228c602
1 changed files with 9 additions and 6 deletions

View File

@ -416,12 +416,15 @@
the local host machine.
The <filename>oprofile-viewer</filename> must be installed on the local host machine and the
<filename>oprofile-server</filename> must be installed on the remote target,
respectively, in order to use.
You can locate both the viewer and server from
<ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/oprofileui/'></ulink>.
You need to compile and install the <filename>oprofile-viewer</filename> from the source code
on your local host machine.
The <filename>oprofile-server</filename> is installed by default in the image.</para></listitem>
respectively, in order to use.
You must compile and install the <filename>oprofile-viewer</filename> from the source code
on your local host machine.
Furthermore, in order to convert the target's sample format data into a form that the
host can use, you must have <filename>oprofile-viewer</filename> version 0.9.4 or
greater installed on the host.
The <filename>oprofile-server</filename> is installed by default in the image.</para>
<para>You can locate both the viewer and server from
<ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/oprofileui/'></ulink>.</para></listitem>
<listitem><para><emphasis><filename>Lttng-ust</filename>:</emphasis> Selecting this tool runs
<filename>usttrace</filename> on the remote target, transfers the output data back to the
local host machine and uses <filename>lttv-gui</filename> to graphically display the output.