summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/profile-manual/profile-manual-usage.rst')
-rw-r--r--documentation/profile-manual/profile-manual-usage.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.rst b/documentation/profile-manual/profile-manual-usage.rst
index d3c020a1cf..e389a13fc0 100644
--- a/documentation/profile-manual/profile-manual-usage.rst
+++ b/documentation/profile-manual/profile-manual-usage.rst
@@ -1169,9 +1169,8 @@ e.g. 'perf help' or 'perf help record'.
1169 1169
1170However, by default Yocto doesn't install man pages, but perf invokes 1170However, by default Yocto doesn't install man pages, but perf invokes
1171the man pages for most help functionality. This is a bug and is being 1171the man pages for most help functionality. This is a bug and is being
1172addressed by a Yocto bug: `Bug 3388 - perf: enable man pages for basic 1172addressed by a Yocto bug: :yocto_bugs:`Bug 3388 - perf: enable man pages for basic
1173'help' 1173'help' functionality </show_bug.cgi?id=3388>`.
1174functionality <https://bugzilla.yoctoproject.org/show_bug.cgi?id=3388>`__.
1175 1174
1176The man pages in text form, along with some other files, such as a set 1175The man pages in text form, along with some other files, such as a set
1177of examples, can be found in the 'perf' directory of the kernel tree: :: 1176of examples, can be found in the 'perf' directory of the kernel tree: ::
@@ -1735,7 +1734,7 @@ events':
1735 1734
1736The tool is pretty self-explanatory, but for more detailed information 1735The tool is pretty self-explanatory, but for more detailed information
1737on navigating through the data, see the `kernelshark 1736on navigating through the data, see the `kernelshark
1738website <http://rostedt.homelinux.com/kernelshark/>`__. 1737website <https://kernelshark.org/Documentation.html>`__.
1739 1738
1740.. _ftrace-documentation: 1739.. _ftrace-documentation:
1741 1740
@@ -1766,8 +1765,8 @@ There is a nice series of articles on using ftrace and trace-cmd at LWN:
1766- `trace-cmd: A front-end for 1765- `trace-cmd: A front-end for
1767 Ftrace <https://lwn.net/Articles/410200/>`__ 1766 Ftrace <https://lwn.net/Articles/410200/>`__
1768 1767
1769There's more detailed documentation kernelshark usage here: 1768See also `KernelShark's documentation <https://kernelshark.org/Documentation.html>`__
1770`KernelShark <http://rostedt.homelinux.com/kernelshark/>`__ 1769for further usage details.
1771 1770
1772An amusing yet useful README (a tracing mini-HOWTO) can be found in 1771An amusing yet useful README (a tracing mini-HOWTO) can be found in
1773``/sys/kernel/debug/tracing/README``. 1772``/sys/kernel/debug/tracing/README``.