[bootlin/training-materials updates] master: debugging: slides: mention the trace.dat file generation for trace-cmd (fa621e86)

Clément Léger clement.leger at bootlin.com
Thu Nov 24 09:56:39 CET 2022


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

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

commit fa621e86a128488ace592ae4a3afe0582fd2af5f
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 24 09:56:39 2022 +0100

    debugging: slides: mention the trace.dat file generation for trace-cmd
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

fa621e86a128488ace592ae4a3afe0582fd2af5f
 .../debugging-system-wide-profiling.tex                                | 3 ++-
 1 file changed, 2 insertions(+), 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 c69d4ea9..b760fc8c 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -381,7 +381,7 @@ Overhead  Shared Object                         Symbol
       \item \code{set_ftrace_filter}: Filter some specific functions.
       \item \code{set_graph_function}: Graph only the specified functions child.
     \end{itemize}
-    \item Many other files are exposed, see \kdochtml{trace/ftrace.html}.
+    \item Many other files are exposed, see \kdochtml{trace/ftrace}.
     \item {\em trace-cmd} CLI and {\em Kernelshark} GUI tools allow to record
           and visualize tracing data more easily.
   \end{itemize}
@@ -551,6 +551,7 @@ void read_hw()
       \item {\em record}: Record a trace into the file \code{trace.dat}.
       \item {\em report}: Display \code{trace.dat} acquisition results.
     \end{itemize}
+    \item At the end of recording, a \code{trace.dat} file will be generated.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list