[bootlin/training-materials updates] master: debugging: slides: debugging-system-wide-profiling: Removed duplicated slide (05ebf0f9)

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


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

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

commit 05ebf0f9f5d02f61c401ed295b18032f979b63c4
Author: Herve Codina <herve.codina at bootlin.com>
Date:   Tue Nov 15 22:17:42 2022 +0100

    debugging: slides: debugging-system-wide-profiling: Removed duplicated slide
    
    This slide is a clone of the previous with less informations.
    
    Remove this slide as it contains no more information compared to
    the previous one.
    
    Signed-off-by: Herve Codina <herve.codina at bootlin.com>


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

05ebf0f9f5d02f61c401ed295b18032f979b63c4
 .../debugging-system-wide-profiling.tex               | 19 -------------------
 1 file changed, 19 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 4bba773c..1da61c73 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -91,25 +91,6 @@ register_kretprobe(&probe);
   \end{block}
 \end{frame}
 
-\begin{frame}[fragile]
-  \frametitle{Registering a kretprobe}
-  \begin{itemize}
-    \item kretprobes can be registered the same way than regular probe but using
-  \end{itemize}
-  \begin{block}{}
-    \begin{minted}[fontsize=\small]{C}
-struct kretprobe probe = {
-  .kp.symbol_name = "do_fork",
-  .entry_handler = probe_entry;
-  .handler = probe_exit;
-};
-
-register_kretprobe(&probe);
-    \end{minted}
-  \end{block}
-\end{frame}
-
-
 \begin{frame}
   \frametitle{{\em perf}}
   \begin{itemize}




More information about the training-materials-updates mailing list