Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FUNCTION_GRAPH_TRACER
:
( CONFIG_HAVE_FUNCTION_GRAPH_TRACER ) && ( CONFIG_FUNCTION_TRACER ) && (! CONFIG_X86_32 || ! CONFIG_CC_OPTIMIZE_FOR_SIZE )
Enable the kernel to trace a function at both its return and its entry. Its first purpose is to trace the duration of functions and draw a call graph for each thread with some information like the return value. This is done by setting the current return address on the current task structure into a stack of calls.
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