summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-25 13:21:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:05 +0000
commit9713fdcebe41940a0309ad8bfd09d674d200bce3 (patch)
treead3d3c11dd6125959da16a4fa5b61e7bca377b9f /documentation/adt-manual
parent79d192fb2c32481d9c3a8ad5bbb1a6758c8700f7 (diff)
downloadpoky-9713fdcebe41940a0309ad8bfd09d674d200bce3.tar.gz
adt-manual: Added cross-references to profile-manual.
I added some cross-references to the section that overviews the user-space tools. Three tools (perf, oprofile, and systemtap) are in the list. I added appropriate cross references to the respective tool sections in the YP Profiling and Tracing Manual. (From yocto-docs rev: 9b1ee95fa9dd4110f5b4f9e7aeaba63c6ef8b148) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-intro.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index fcbceb4de1..b8c9f7979e 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -147,18 +147,29 @@
147 <listitem><para><emphasis>OProfile:</emphasis> A system-wide profiler for Linux 147 <listitem><para><emphasis>OProfile:</emphasis> A system-wide profiler for Linux
148 systems that is capable of profiling all running code at low overhead. 148 systems that is capable of profiling all running code at low overhead.
149 You can find out more about OProfile at 149 You can find out more about OProfile at
150 <ulink url='http://oprofile.sourceforge.net/about/'></ulink>.</para></listitem> 150 <ulink url='http://oprofile.sourceforge.net/about/'></ulink>.
151 For examples on how to setup and use this tool, see the
152 "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-oprofile'>OProfile</ulink>"
153 section in the Yocto Project Profiling and Tracing Manual.
154 </para></listitem>
151 <listitem><para><emphasis>Perf:</emphasis> Performance counters for Linux used 155 <listitem><para><emphasis>Perf:</emphasis> Performance counters for Linux used
152 to keep track of certain types of hardware and software events. 156 to keep track of certain types of hardware and software events.
153 For more information on these types of counters see 157 For more information on these types of counters see
154 <ulink url='https://perf.wiki.kernel.org/'></ulink> and click 158 <ulink url='https://perf.wiki.kernel.org/'></ulink> and click
155 on “Perf tools.”</para></listitem> 159 on “Perf tools.”
160 For examples on how to setup and use this tool, see the
161 "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-perf'>perf</ulink>"
162 section in the Yocto Project Profiling and Tracing Manual.
163 </para></listitem>
156 <listitem><para><emphasis>SystemTap:</emphasis> A free software infrastructure 164 <listitem><para><emphasis>SystemTap:</emphasis> A free software infrastructure
157 that simplifies information gathering about a running Linux system. 165 that simplifies information gathering about a running Linux system.
158 This information helps you diagnose performance or functional problems. 166 This information helps you diagnose performance or functional problems.
159 SystemTap is not available as a user-space tool through the Eclipse IDE Yocto Plug-in. 167 SystemTap is not available as a user-space tool through the Eclipse IDE Yocto Plug-in.
160 See <ulink url='http://sourceware.org/systemtap'></ulink> for more information 168 See <ulink url='http://sourceware.org/systemtap'></ulink> for more information
161 on SystemTap.</para></listitem> 169 on SystemTap.
170 For examples on how to setup and use this tool, see the
171 "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-systemtap'>SystemTap</ulink>"
172 section in the Yocto Project Profiling and Tracing Manual.</para></listitem>
162 <listitem><para><emphasis>Lttng-ust:</emphasis> A User-space Tracer designed to 173 <listitem><para><emphasis>Lttng-ust:</emphasis> A User-space Tracer designed to
163 provide detailed information on user-space activity. 174 provide detailed information on user-space activity.
164 See <ulink url='http://lttng.org/ust'></ulink> for more information on Lttng-ust. 175 See <ulink url='http://lttng.org/ust'></ulink> for more information on Lttng-ust.