Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-4.14.94: Add CONFIG_FUNCTION_PROFILER=y
Enable Funktion Profiler. This option enables the kernel function profiler. When the dynamic function tracing is enabled, a counter is added into the function records used by the dynamic function tracer. A file is created in debugfs called function_profile_enabled which defaults to zero. When a 1 is echoed into this file profiling begins, and when a zero is entered, profiling stops. A file in the trace_stats directory called functions, that show the list of functions that have been hit and their counters. This takes up around 320K more memory.
- Loading branch information