Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_INFO_BTF
has multiple definitions:
lib/Kconfig.debug
The configuration item CONFIG_DEBUG_INFO_BTF:
(! CONFIG_DEBUG_INFO_SPLIT && ! CONFIG_DEBUG_INFO_REDUCED ) && (! CONFIG_GCC_PLUGIN_RANDSTRUCT || CONFIG_COMPILE_TEST ) && ( CONFIG_BPF_SYSCALL ) && ( CONFIG_PAHOLE_VERSION >= CONFIG_116 ) && ( CONFIG_DEBUG_INFO_DWARF4 || CONFIG_PAHOLE_VERSION >= CONFIG_121 ) && (! CONFIG_HEXAGON )
Generate deduplicated BTF type information from DWARF debug info. Turning this on requires pahole v1.16 or later (v1.21 or later to support DWARF 5), which will convert DWARF type info into equivalent deduplicated BTF type info.
lib/Kconfig.debug
The configuration item CONFIG_DEBUG_INFO_BTF:
(! CONFIG_DEBUG_INFO_SPLIT && ! CONFIG_DEBUG_INFO_REDUCED ) && (! CONFIG_GCC_PLUGIN_RANDSTRUCT || CONFIG_COMPILE_TEST ) && ( CONFIG_BPF_SYSCALL ) && (! CONFIG_DEBUG_INFO_DWARF5 || CONFIG_PAHOLE_VERSION >= CONFIG_121 ) && (! CONFIG_HEXAGON )
Generate deduplicated BTF type information from DWARF debug info. Turning this on expects presence of pahole tool, which will convert DWARF type info into equivalent deduplicated BTF type info.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab