[bootlin/training-materials updates] master: debugging: slides: fix latex formatting (b0db6d11)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 23 15:57:07 CET 2023


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

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

commit b0db6d11bf2df22646530864613fcb381bd241a1
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Feb 23 13:47:16 2023 +0100

    debugging: slides: fix latex formatting
    
    Those backspaces are rendered, they should not be.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

b0db6d11bf2df22646530864613fcb381bd241a1
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex        | 2 +-
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 7f520c56..faa9920f 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -83,7 +83,7 @@
   \begin{itemize}
     \item Symbols are displayed in the backtrace using the following format:
     \begin{itemize}
-      \item \code{<symbol_name>\+<hex_offset>/<symbol_size>}
+      \item \code{<symbol_name>+<hex_offset>/<symbol_size>}
     \end{itemize}
     \item If the oops is not critical (taken in process context), then the
           kernel will kill process and continue its execution
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 825cdf33..5c7aff74 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -399,7 +399,7 @@ Overhead  Shared Object                         Symbol
       \item \code{tracing_on}: Enable/disable tracing.
       \item \code{trace}: Acquired trace in human readable format. Format will
             differ depending on the tracer used.
-      \item \code{trace_marker\{_raw\}}: Emit comments from userspace in the
+      \item \code{trace_marker{_raw}}: Emit comments from userspace in the
             trace buffer.
       \item \code{set_ftrace_filter}: Filter some specific functions.
       \item \code{set_graph_function}: Graph only the specified functions child.




More information about the training-materials-updates mailing list