summaryrefslogtreecommitdiffstats
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-10 11:03:36 +0000
commit76eae5037000492dc18f12fea2c34ccb45ea8352 (patch)
treeab92d690912c5159f4e645185d2c9a4f3d583e8b
parent00591a06cebf1b5576ce23d078cc63c4eda255ff (diff)
downloadpoky-76eae5037000492dc18f12fea2c34ccb45ea8352.tar.gz
profile-manual: update WireShark hyperlinks
(From yocto-docs rev: abade2a744cd653f2f1ad90582a25caa96643a4e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 1e31019897..703ac459a0 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``.