Skip to content

Commit

Permalink
debugging: slides: remove stray quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Jan 15, 2025
1 parent 309e988 commit 760c2bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ \subsection{kprobes}
\end{itemize}
\begin{block}{}
\begin{minted}[fontsize=\footnotesize]{console}
$ echo "p:my_probe do_sys_openat2" > /sys/kernel/tracing/kprobe_events"
$ echo "p:my_probe do_sys_openat2" > /sys/kernel/tracing/kprobe_events
\end{minted}
\end{block}
\begin{itemize}
Expand All @@ -65,7 +65,7 @@ \subsection{kprobes}
\end{itemize}
\begin{block}{}
\begin{minted}[fontsize=\footnotesize]{console}
$ echo "p:my_probe_2 do_sys_openat2+0x7c file=%r2" > /sys/kernel/tracing/kprobe_events"
$ echo "p:my_probe_2 do_sys_openat2+0x7c file=%r2" > /sys/kernel/tracing/kprobe_events
\end{minted}
\end{block}
\begin{itemize}
Expand Down

0 comments on commit 760c2bf

Please sign in to comment.