Analyse and explore linux
Component FUNCTION_GRAPH_TRACER

Component Type: kbuild config

Description: Kernel Function Graph Tracer

More info: 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.

Build project: Kconfig (Linux kconfig) (Path: kernel\trace\Kconfig )

Other views: file explorer

Generated by PFA software prototype