Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UNWINDER_ORC
has multiple definitions:
arch/x86/Kconfig.debug
The configuration item CONFIG_UNWINDER_ORC:
CONFIG_X86_64
This option enables the ORC (Oops Rewind Capability) unwinder for unwinding kernel stack traces. It uses a custom data format which is a simplified version of the DWARF Call Frame Information standard.
This unwinder is more accurate across interrupt entry frames than the frame pointer unwinder. It also enables a 5-10% performance improvement across the entire kernel compared to frame pointers.
Enabling this option will increase the kernel's runtime memory usage by roughly 2-4MB, depending on your kernel config.
arch/loongarch/Kconfig.debug
The configuration item CONFIG_UNWINDER_ORC:
CONFIG_HAVE_OBJTOOL
This option enables the ORC (Oops Rewind Capability) unwinder for unwinding kernel stack traces. It uses a custom data format which is a simplified version of the DWARF Call Frame Information standard.
Enabling this option will increase the kernel's runtime memory usage by roughly 2-4MB, depending on your kernel config.
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 - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab