[bootlin/training-materials updates] master: debugging: labs: remove "use the host" trick to get rid of ANSI escape chars (0d9da774)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Aug 29 09:57:46 CEST 2023


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

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

commit 0d9da774d9fee9de3c9158e38455cac015e208b8
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Aug 29 09:57:46 2023 +0200

    debugging: labs: remove "use the host" trick to get rid of ANSI escape chars
    
    After commit 173607a5fb1e ("debugging: labs: add simpler way of preventing
    ANSI escape sequences in 'perf probe' output"), this is not needed anymore.
    
    Suggested-by: Alexis Lothoré <alexis.lothore at bootlin.com>
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

0d9da774d9fee9de3c9158e38455cac015e208b8
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 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 7a2e3a07..aa17bfa7 100644
--- a/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/labs/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -43,7 +43,7 @@ $ perf probe --source=./ -x ./crc_random -L main
   \item In order to be able to add such userspace probe, perf needs to access
 symbols and source file
   \item If perf output is filled with misinterpreted ANSI escape sequences, you
-  can append \code{| cat} to the command or run the listing command on your host
+  can append \code{| cat} to the command
  \end{itemize}}
 
 Then, we can create a uprobe and capture the crc value using:




More information about the training-materials-updates mailing list