From 9713fdcebe41940a0309ad8bfd09d674d200bce3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 25 Jan 2013 13:21:20 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'documentation/adt-manual') 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 @@ OProfile: A system-wide profiler for Linux systems that is capable of profiling all running code at low overhead. You can find out more about OProfile at - . + . + For examples on how to setup and use this tool, see the + "OProfile" + section in the Yocto Project Profiling and Tracing Manual. + Perf: Performance counters for Linux used to keep track of certain types of hardware and software events. For more information on these types of counters see and click - on “Perf tools.” + on “Perf tools.” + For examples on how to setup and use this tool, see the + "perf" + section in the Yocto Project Profiling and Tracing Manual. + SystemTap: A free software infrastructure that simplifies information gathering about a running Linux system. This information helps you diagnose performance or functional problems. SystemTap is not available as a user-space tool through the Eclipse IDE Yocto Plug-in. See for more information - on SystemTap. + on SystemTap. + For examples on how to setup and use this tool, see the + "SystemTap" + section in the Yocto Project Profiling and Tracing Manual. Lttng-ust: A User-space Tracer designed to provide detailed information on user-space activity. See for more information on Lttng-ust. -- cgit v1.2.3-54-g00ecf