[bootlin/training-materials updates] master: debugging: labs: system-wide-profiling: fix typo, improve sentence (2bfe9254)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Mar 22 17:28:20 CET 2023


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

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

commit 2bfe925419c6e554fba9dc1fa65ee92e5c118ee6
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Mar 22 17:27:15 2023 +0100

    debugging: labs: system-wide-profiling: fix typo, improve sentence
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

2bfe925419c6e554fba9dc1fa65ee92e5c118ee6
 .../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 99dc44b7..82e3e3f0 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -104,8 +104,8 @@ register_kretprobe(&probe);
     \item Tracing functions, recording variables and parameters content using
           their names will require a kernel compiled with
           \kconfig{CONFIG_DEBUG_INFO}.
-    \item If perf does not found \code{vmlinux} you'll have to provide it to
-          perf using \code{-k <vmlinux>}.
+    \item If perf does not find \code{vmlinux} you have to provide it
+          using \code{-k <vmlinux>}.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list