[bootlin/training-materials updates] master: debugging: slides: debugging-system-wide-profiling: Fix typos (0cf3e0b9)

Herve Codina herve.codina at bootlin.com
Tue Nov 15 23:30:15 CET 2022


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

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

commit 0cf3e0b933234244831b13136699527a1e1395d4
Author: Herve Codina <herve.codina at bootlin.com>
Date:   Tue Nov 15 23:16:27 2022 +0100

    debugging: slides: debugging-system-wide-profiling: Fix typos
    
    Signed-off-by: Herve Codina <herve.codina at bootlin.com>


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

0cf3e0b933234244831b13136699527a1e1395d4
 .../debugging-system-wide-profiling.tex                               | 4 ++--
 1 file changed, 2 insertions(+), 2 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 98ad967a..cdaf6e4d 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -102,7 +102,7 @@ register_kretprobe(&probe);
     \item New tracepoint can be created dynamically on all symbols and registers
           when debug info are not present.
     \item Tracing functions, recording variables and parameters content using
-          their names will require a kernel compiled wit
+          their names will require a kernel compiled with
           \kconfigval{CONFIG_DEBUG_INFO}.
     \item If perf does not found \code{vmlinux} you'll have to provide it to
           perf using \code{-k <vmlinux>}.
@@ -288,7 +288,7 @@ $ perf record -a
     \end{minted}
   \end{block}
   \begin{itemize}
-    \item Display recorded event from perf.data using \code{perf script}
+    \item Display recorded events from perf.data using \code{perf script}
   \end{itemize}
   \begin{block}{}
     \begin{minted}[fontsize=\tiny]{console}




More information about the training-materials-updates mailing list