diff options
| -rw-r--r-- | documentation/adt-manual/adt-intro.xml | 17 |
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. |
