[bootlin/training-materials updates] master: debugging: slides: add information on BCC tools (6085c987)

Clément Léger clement.leger at bootlin.com
Thu Nov 17 16:19:40 CET 2022


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

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

commit 6085c9872dbee737723f0e47f2031e9ed042aa26
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 17 15:09:11 2022 +0100

    debugging: slides: add information on BCC tools
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

6085c9872dbee737723f0e47f2031e9ed042aa26
 .../debugging-system-wide-profiling.tex                            | 7 +++++--
 1 file changed, 5 insertions(+), 2 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 f0aad444..dc3ccd1d 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -846,8 +846,8 @@ void any_func(void)
 \begin{frame}[fragile]
   \frametitle{BCC tools}
   \begin{center}
-  \center\includegraphics[height=0.9\textheight]{slides/debugging-system-wide-profiling/bcc_tracing_tools_2019.png}\\
-  \tiny Image credits: \url{https://www.brendangregg.com/ebpf.html}
+    \includegraphics[height=0.8\textheight]{slides/debugging-system-wide-profiling/bcc_tracing_tools_2019.png}\\
+    \tiny Image credits: \url{https://www.brendangregg.com/ebpf.html}
   \end{center}
 \end{frame}
 
@@ -875,6 +875,9 @@ PID    COMM         IP SADDR            DADDR            DPORT
 [...]
     \end{minted}
   \end{block}
+  \begin{itemize}
+    \item And much more to discover at \url{https://github.com/iovisor/bcc}
+  \end{itemize}
 \end{frame}
 
 \begin{frame}[fragile]




More information about the training-materials-updates mailing list