[bootlin/training-materials updates] master: debugging: slides: add apt install command for kernelshark (8cdba867)

Clément Léger clement.leger at bootlin.com
Fri Nov 25 11:36:36 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/8cdba8676656778eecf0d4861a1947e894e891f8

>---------------------------------------------------------------

commit 8cdba8676656778eecf0d4861a1947e894e891f8
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Nov 25 11:34:18 2022 +0100

    debugging: slides: add apt install command for kernelshark
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


>---------------------------------------------------------------

8cdba8676656778eecf0d4861a1947e894e891f8
 labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index 0aa283e5..aa7d90e6 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -77,6 +77,7 @@ $ trace-cmd record -e probe_crc_random:main_L35 ./crc_random
 Then, using kernelshark tool on the host, analyze the trace:
 
 \begin{bashinput}
+$ sudo apt install kernelshark
 $ kernelshark
 \end{bashinput}
 




More information about the training-materials-updates mailing list