summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-02-08 16:26:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:26:44 +0000
commitb200c2d16e2b4addb98a7e3c4bc686be50aba0b3 (patch)
tree279cc8ad99d5ba013da737870a8c85d226e47927 /documentation
parenteb79d7609979eb6f88d8b4e8e258294929f2209c (diff)
downloadpoky-b200c2d16e2b4addb98a7e3c4bc686be50aba0b3.tar.gz
profile-manual: update WireShark hyperlinks
(From yocto-docs rev: 69f38a9e3495e7ca54b5c98420429dd788b6f487) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/profile-manual/profile-manual-usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.rst b/documentation/profile-manual/profile-manual-usage.rst
index 15cf1efe1c..e389a13fc0 100644
--- a/documentation/profile-manual/profile-manual-usage.rst
+++ b/documentation/profile-manual/profile-manual-usage.rst
@@ -1734,7 +1734,7 @@ events':
1734 1734
1735The tool is pretty self-explanatory, but for more detailed information 1735The tool is pretty self-explanatory, but for more detailed information
1736on navigating through the data, see the `kernelshark 1736on navigating through the data, see the `kernelshark
1737website <http://rostedt.homelinux.com/kernelshark/>`__. 1737website <https://kernelshark.org/Documentation.html>`__.
1738 1738
1739.. _ftrace-documentation: 1739.. _ftrace-documentation:
1740 1740
@@ -1765,8 +1765,8 @@ There is a nice series of articles on using ftrace and trace-cmd at LWN:
1765- `trace-cmd: A front-end for 1765- `trace-cmd: A front-end for
1766 Ftrace <https://lwn.net/Articles/410200/>`__ 1766 Ftrace <https://lwn.net/Articles/410200/>`__
1767 1767
1768There's more detailed documentation kernelshark usage here: 1768See also `KernelShark's documentation <https://kernelshark.org/Documentation.html>`__
1769`KernelShark <http://rostedt.homelinux.com/kernelshark/>`__ 1769for further usage details.
1770 1770
1771An 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
1772``/sys/kernel/debug/tracing/README``. 1772``/sys/kernel/debug/tracing/README``.