[bootlin/training-materials updates] master: slides: debugging: fix wrong description of trace-cmd listen (d0b7db6a)

Clément Léger clement.leger at bootlin.com
Thu Feb 2 12:17:37 CET 2023


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

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

commit d0b7db6a5ba4a8cd224b25d7d9cbc2af6f21d6cf
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Feb 2 12:15:09 2023 +0100

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


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

d0b7db6a5ba4a8cd224b25d7d9cbc2af6f21d6cf
 .../debugging-system-wide-profiling.tex                            | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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 62bbc88f..be6d1062 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -563,9 +563,10 @@ void read_hw()
     \item For that purpose, a \code{listen} command is available and allows sending
           the acquisitions over the network:
     \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-cmd record -N <target_ip>:6578}
+      \item Run \code{trace-cmd listen -p 6578} on the remote system that will
+            be collecting the traces
+      \item On the atrget system, use \code{trace-cmd record -N <target_ip>:6578}
+            to specify the remote system that will collect the traces
     \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