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:54 +0000
commit848f80153b3d2b7c6985d332bcd5ca99e2748274 (patch)
tree3189fb2352bc758ce70c81eaf8171fdc6f66c133 /documentation
parent881ecb5f41ccf4937e577f327bc1ef6b84752fa4 (diff)
downloadpoky-848f80153b3d2b7c6985d332bcd5ca99e2748274.tar.gz
profile-manual: update WireShark hyperlinks
(From yocto-docs rev: fdfedc258cef32aa37ed0c88cf194cd7ffd7b73a) 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/usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index 49f8af4a74..5493a2b45b 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -1738,7 +1738,7 @@ events':
1738 1738
1739The tool is pretty self-explanatory, but for more detailed information 1739The tool is pretty self-explanatory, but for more detailed information
1740on navigating through the data, see the `kernelshark 1740on navigating through the data, see the `kernelshark
1741website <https://rostedt.homelinux.com/kernelshark/>`__. 1741website <https://kernelshark.org/Documentation.html>`__.
1742 1742
1743ftrace Documentation 1743ftrace Documentation
1744-------------------- 1744--------------------
@@ -1767,8 +1767,8 @@ There is a nice series of articles on using ftrace and trace-cmd at LWN:
1767- `trace-cmd: A front-end for 1767- `trace-cmd: A front-end for
1768 Ftrace <https://lwn.net/Articles/410200/>`__ 1768 Ftrace <https://lwn.net/Articles/410200/>`__
1769 1769
1770There's more detailed documentation kernelshark usage here: 1770See also `KernelShark's documentation <https://kernelshark.org/Documentation.html>`__
1771`KernelShark <https://rostedt.homelinux.com/kernelshark/>`__ 1771for further usage details.
1772 1772
1773An amusing yet useful README (a tracing mini-HOWTO) can be found in 1773An amusing yet useful README (a tracing mini-HOWTO) can be found in
1774``/sys/kernel/debug/tracing/README``. 1774``/sys/kernel/debug/tracing/README``.