[bootlin/training-materials updates] master: debugging: slides: debugging-system-wide-profiling: Replace \kconfigval by \kconfig (97fa1274)

Herve Codina herve.codina at bootlin.com
Tue Nov 15 23:30:20 CET 2022


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

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

commit 97fa127462ff78a820d7e8b607ce04b8a5743a31
Author: Herve Codina <herve.codina at bootlin.com>
Date:   Tue Nov 15 23:20:40 2022 +0100

    debugging: slides: debugging-system-wide-profiling: Replace \kconfigval by \kconfig
    
    CONFIG_DEBUG_INFO is a bool without a prompt. Its value depends on the choices done
    between NONE, DWARF4, DWARF5, ...
    Choosing a good value here is not so easy.
    
    Remove the value and change from \kconfigval to \kconfig
    
    Signed-off-by: Herve Codina <herve.codina at bootlin.com>


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

97fa127462ff78a820d7e8b607ce04b8a5743a31
 .../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 cdaf6e4d..21b25c3b 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -103,7 +103,7 @@ register_kretprobe(&probe);
           when debug info are not present.
     \item Tracing functions, recording variables and parameters content using
           their names will require a kernel compiled with
-          \kconfigval{CONFIG_DEBUG_INFO}.
+          \kconfig{CONFIG_DEBUG_INFO}.
     \item If perf does not found \code{vmlinux} you'll have to provide it to
           perf using \code{-k <vmlinux>}.
   \end{itemize}




More information about the training-materials-updates mailing list