CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE (not configurable)

configname: CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE

Linux Kernel Configuration
└─>General architecture-dependent options
└─>ARCH_CORRECT_STACKTRACE_ON_KRETPROBE
In linux kernel since version 5.2 (release Date: 2019-07-07)  
Since kretprobes modifies return address on the stack, the
stacktrace may see the kretprobe trampoline address instead
of correct one. If the architecture stacktrace code and
unwinder can adjust such entries, select this configuration.