Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FTRACE
has multiple definitions:
kernel/trace/Kconfig
The configuration item CONFIG_FTRACE:
( CONFIG_TRACING_SUPPORT ) && ( CONFIG_DEBUG_KERNEL )
Enable the kernel tracing infrastructure.
kernel/trace/Kconfig
The configuration item CONFIG_FTRACE:
CONFIG_HAVE_FTRACE
Enable the kernel to trace every kernel function. This is done by using a compiler feature to insert a small, 5-byte No-Operation instruction to the beginning of every kernel function, which NOP sequence is then dynamically patched into a tracer call when tracing is enabled by the administrator. If it's runtime disabled (the bootup default), then the overhead of the instructions is very small and not measurable even in micro-benchmarks.
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 - F index
Automatically generated (in year 2024). See also LKDDb sources on GitLab