[bootlin/training-materials updates] master: slides: debugging: fix a typo with probe name (3df63ab4)

Clément Léger clement.leger at bootlin.com
Thu Jan 5 11:10:09 CET 2023


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

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

commit 3df63ab4fe98476243c982f3b90f943f1756f3d2
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Jan 5 11:06:18 2023 +0100

    slides: debugging: fix a typo with probe name
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

3df63ab4fe98476243c982f3b90f943f1756f3d2
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 1 file changed, 1 insertion(+), 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 141345f8..fefe7018 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -212,7 +212,7 @@ Added new event:
   \end{itemize}
   \begin{block}{}
     \begin{minted}[fontsize=\scriptsize]{C}
-$ perf record -e probe:do_open_at2 tail /var/log/messages
+$ perf record -e probe:do_sys_openat2 tail /var/log/messages
 ...
 [ perf record: Woken up 1 times to write data ]
 [ perf record: Captured and wrote 0.003 MB perf.data (19 samples) ]




More information about the training-materials-updates mailing list