[bootlin/training-materials updates] master: slides: debugging: fix typo trace -> trace-cmd (489197e8)

Clément Léger clement.leger at bootlin.com
Mon Jan 23 09:30:52 CET 2023


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

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

commit 489197e846d32257a74eab734396d1f3f122d6a3
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Mon Jan 23 09:30:52 2023 +0100

    slides: debugging: fix typo trace -> trace-cmd
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

489197e846d32257a74eab734396d1f3f122d6a3
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index fefe7018..5e75bdc6 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -565,7 +565,7 @@ void read_hw()
     \begin{itemize}
       \item Run \code{trace-cmd listen -p 6578} on the target system
       \item On the remote system that will be collecting the traces, use
-            \code{trace record -N <target_ip>:6578}
+            \code{trace-cmd record -N <target_ip>:6578}
     \end{itemize}
   \end{itemize}
   \center\includegraphics[height=0.15\textheight]{slides/debugging-system-wide-profiling/ftrace-remote.pdf}




More information about the training-materials-updates mailing list