Max number of recursed functions to record

configname: CONFIG_FTRACE_RECORD_RECURSION_SIZE

Linux Kernel Configuration
└─>Kernel hacking
└─>Tracers
└─>Max number of recursed functions to record
In linux kernel since version 5.2 (release Date: 2019-07-07)  
This defines the limit of number of functions that can be
listed in the "recursed_functions" file, that lists all
the functions that caused a recursion to happen.
This file can be reset, but the limit can not change in
size at runtime.