Enable fprobe-based dynamic events

modulename: trace_fprobe.ko

configname: CONFIG_FPROBE_EVENTS

Linux Kernel Configuration
└─>Kernel hacking
└─>Tracers
└─>Enable fprobe-based dynamic events
In linux kernel since version 6.5 (release Date: 2023-08-27)  
This allows user to add tracing events on the function entry and
exit via ftrace interface. The syntax is same as the kprobe events
and the kprobe events on function entry and exit will be
transparently converted to this fprobe events.

source code: