[bootlin/training-materials updates] master: Embedded Linux slides: remove Oprofile (e81b33ac)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Mar 25 08:52:39 CET 2021


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

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

commit e81b33acdc9203b520ac553edc17f26a720405bf
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Mar 25 08:52:39 2021 +0100

    Embedded Linux slides: remove Oprofile
    
    - Superceded by "perf events"
    - Not covered in sufficient details anyway
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e81b33acdc9203b520ac553edc17f26a720405bf
 .../sysdev-application-development.tex                     | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index e2665b1f..9795796a 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -561,20 +561,6 @@ Process 17019 detached
   \end{block}
 \end{frame}
 
-\begin{frame}
-  \frametitle{OProfile}
-  \url{http://oprofile.sourceforge.net}
-  \begin{itemize}
-  \item A system-wide profiling tool
-  \item Can collect statistics like the top users of the CPU.
-  \item Works without having the sources.
-  \item Requires a kernel patch to access all features, but is already
-    available in a standard kernel.
-  \item Requires more investigation to see how it works.
-  \item Ubuntu/Debian packages: \code{oprofile}, \code{oprofile-gui}
-  \end{itemize}
-\end{frame}
-
 \setuplabframe
 {App. development and debugging}
 {




More information about the training-materials-updates mailing list