[bootlin/training-materials updates] master: debugging: labs: make trainees stop the main binary after a while (578d241e)
    Alexis Lothoré 
    alexis.lothore at bootlin.com
       
    Thu Aug  3 14:39:03 CEST 2023
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/578d241e23f05af80bd65ae167957533ffad3f34
>---------------------------------------------------------------
commit 578d241e23f05af80bd65ae167957533ffad3f34
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Thu Aug 3 14:38:19 2023 +0200
    debugging: labs: make trainees stop the main binary after a while
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
>---------------------------------------------------------------
578d241e23f05af80bd65ae167957533ffad3f34
 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 b2760f7e..5d8842ca 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -148,6 +148,7 @@ $ lttng enable-event --userspace crc_random:compute_crc_end
 $ lttng enable-event --kernel sched_switch
 $ lttng start
 $ ./crc_random
+$ # Interrupt the program after a while
 $ lttng destroy
 \end{bashinput}
 
    
    
More information about the training-materials-updates
mailing list