[bootlin/training-materials updates] master: debugging: slides: fix typo (bb5b2fa7)

Clément Léger clement.leger at bootlin.com
Fri Nov 25 10:24:19 CET 2022


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

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

commit bb5b2fa7f4484998cdb32285b15e17ae21d931a7
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Nov 25 10:24:19 2022 +0100

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


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

bb5b2fa7f4484998cdb32285b15e17ae21d931a7
 .../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 f5dc56d5..ad7104a0 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -181,7 +181,7 @@ Overhead  Command      Shared Object                   Symbol
     \end{itemize}
     \item New dynamic probes can be created and then used using
           {\em perf record}.
-    \item Often on embedded platforms, \kconfig{vmlinux} is not present on the
+    \item Often on embedded platforms, \code{vmlinux} is not present on the
           target and thus only symbols and registers can be used.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list