diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 10:17:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:25 +0100 |
commit | 9f970b6bc1061682df08e25da54d7f24cfb4189c (patch) | |
tree | 1d6c95b51488d94d9693ba17d55cdcc61d38b24f /documentation/ref-manual/ref-features.xml | |
parent | 1d93104d0eaeafae695e09edda8a858776d2b49f (diff) | |
download | poky-9f970b6bc1061682df08e25da54d7f24cfb4189c.tar.gz |
dev-manual, profile-manual, ref-manual: Purging Oprofile stuff
Fixes [YOCTO #9264]
Several occurrences of tools-profile and the like had to be dealt
with.
(From yocto-docs rev: 62f45579970f47d22dabe921a51c663059a04576)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 56e1185681..fd7693500b 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -308,6 +308,13 @@ | |||
308 | <listitem><para><emphasis>nfs-server:</emphasis> | 308 | <listitem><para><emphasis>nfs-server:</emphasis> |
309 | Installs an NFS server. | 309 | Installs an NFS server. |
310 | </para></listitem> | 310 | </para></listitem> |
311 | <listitem><para><emphasis>perf:</emphasis> | ||
312 | Installs profiling tools such as | ||
313 | <filename>perf</filename>, <filename>systemtap</filename>, | ||
314 | and <filename>LTTng</filename>. | ||
315 | For general information on user-space tools, see the | ||
316 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | ||
317 | </para></listitem> | ||
311 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> | 318 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> |
312 | Installs the Dropbear minimal SSH server. | 319 | Installs the Dropbear minimal SSH server. |
313 | </para></listitem> | 320 | </para></listitem> |
@@ -328,13 +335,6 @@ | |||
328 | For information on tracing and profiling, see the | 335 | For information on tracing and profiling, see the |
329 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. | 336 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. |
330 | </para></listitem> | 337 | </para></listitem> |
331 | <listitem><para><emphasis>tools-profile:</emphasis> | ||
332 | Installs profiling tools such as | ||
333 | <filename>oprofile</filename>, <filename>exmap</filename>, | ||
334 | and <filename>LTTng</filename>. | ||
335 | For general information on user-space tools, see the | ||
336 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | ||
337 | </para></listitem> | ||
338 | <listitem><para><emphasis>tools-sdk:</emphasis> | 338 | <listitem><para><emphasis>tools-sdk:</emphasis> |
339 | Installs a full SDK that runs on the device. | 339 | Installs a full SDK that runs on the device. |
340 | </para></listitem> | 340 | </para></listitem> |