[bootlin/training-materials updates] master: debugging: slides: update perf description (c74f6917)

Alexis Lothoré alexis.lothore at bootlin.com
Tue Jul 11 09:58:17 CEST 2023


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

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

commit c74f6917b2c43a621b0f35b01ae2963390f0698e
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Tue Jul 11 09:58:17 2023 +0200

    debugging: slides: update perf description
    
    perf can not "insert" tracepoints, but it can handle events generated by
    tracepoints
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

c74f6917b2c43a621b0f35b01ae2963390f0698e
 slides/debugging-application-tracing/debugging-application-tracing.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-application-tracing/debugging-application-tracing.tex b/slides/debugging-application-tracing/debugging-application-tracing.tex
index 495a9346..0479347b 100644
--- a/slides/debugging-application-tracing/debugging-application-tracing.tex
+++ b/slides/debugging-application-tracing/debugging-application-tracing.tex
@@ -78,7 +78,7 @@ $ LD_PRELOAD=my_lib.so ./exe
   \begin{itemize}
     \item {\em perf} tool was started as a tool to profile application under
           Linux using performance counters (\manpage{perf}{1}).
-    \item It became much more than that and now allows to insert tracepoints,
+    \item It became much more than that and now allows to manage tracepoints,
           kprobes and uprobes.
     \item {\em perf} can profile both user-space and kernel-space execution.
     \item {\em perf} is based on the \code{perf_event} interface that is




More information about the training-materials-updates mailing list