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.