[bootlin/training-materials updates] master: debugging: labs: add mention about stopping manually lttng-relayd (5c621de7)
    Alexis Lothoré 
    alexis.lothore at bootlin.com
       
    Thu Aug  3 14:42:05 CEST 2023
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/5c621de72c554aa9158d859331866ca61a7ea694
>---------------------------------------------------------------
commit 5c621de72c554aa9158d859331866ca61a7ea694
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Thu Aug 3 14:42:05 2023 +0200
    debugging: labs: add mention about stopping manually lttng-relayd
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
>---------------------------------------------------------------
5c621de72c554aa9158d859331866ca61a7ea694
 .../debugging-system-wide-profiling.tex                              | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
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 5d8842ca..b566fddc 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -152,8 +152,11 @@ $ # Interrupt the program after a while
 $ lttng destroy
 \end{bashinput}
 
+{\em From there, you can safely stop \code{lttng-relayd} on your computer}.
+
 Once finished, the traces will be visible in \code{$PWD/traces/<hostname>/<session>}
-on the remote computer. In our case, the hostname is buildroot so traces will be
+on the remote computer.
+In our case, the hostname is buildroot so traces will be
 located in \code{$PWD/traces/buildroot/<session>}
 
 Using \code{babeltrace2}, you can display the raw traces that were acquired:
    
    
More information about the training-materials-updates
mailing list