[bootlin/training-materials updates] master: debugging: slides: debugging-system-wide-profiling: Fix the probed function name (94e23d94)

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


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

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

commit 94e23d940281fbfc47e16ef07215df0361105995
Author: Herve Codina <herve.codina at bootlin.com>
Date:   Tue Nov 15 23:24:54 2022 +0100

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


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

94e23d940281fbfc47e16ef07215df0361105995
 .../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 21b25c3b..f0abb4e0 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -235,7 +235,7 @@ tail   164 [000]  3552.956642: probe:do_sys_openat2: (c02c3750) filename_string=
     \end{minted}
   \end{block}
   \begin{itemize}
-    \item Create a new probe on \code{do_sys_openat2} return value using register
+    \item Create a new probe on \code{ksys_read} return value using register
           \code{r0} (ARM) alias with "ret" name:
   \end{itemize}
   \begin{block}{}




More information about the training-materials-updates mailing list