Closed RouNNdeL closed 3 years ago
The following changes have been made in kernel 5.11:
FTRACE_OPS_FL_RECURSION_SAFE
FTRACE_OPS_FL_RECURSION
pt_refs
ftrace_regs
ftrace_func_t
I have backported the new ftrace_regs and renamed FTRACE_OPS_FL_RECURSION_SAFE.
Ah, I missed ftrace_get_regs, glad you improved it.
ftrace_get_regs
The following changes have been made in kernel 5.11:
FTRACE_OPS_FL_RECURSION_SAFE
has been renamed toFTRACE_OPS_FL_RECURSION
pt_refs
has been wrapped withftrace_regs
forftrace_func_t
I have backported the new
ftrace_regs
and renamedFTRACE_OPS_FL_RECURSION_SAFE
.