CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS (not configurable)

configname: CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS

Linux Kernel Configuration
└─>Kernel hacking
└─>HAVE_DYNAMIC_FTRACE_WITH_ARGS
In linux kernel since version 5.2 (release Date: 2019-07-07)  
If this is set, then arguments and stack can be found from
the ftrace_regs passed into the function callback regs parameter
by default, even without setting the REGS flag in the ftrace_ops.
This allows for use of ftrace_regs_get_argument() and
ftrace_regs_get_stack_pointer().