Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index

CONFIG_FTRACE: Tracers

General informations

The Linux kernel configuration item CONFIG_FTRACE has multiple definitions:

Tracers found in kernel/trace/Kconfig

The configuration item CONFIG_FTRACE:

Help text

Enable the kernel tracing infrastructure.

Kernel Function Tracer found in kernel/trace/Kconfig

The configuration item CONFIG_FTRACE:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index

Automatically generated (in year 2024). See also LKDDb sources on GitLab