ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses
[platform/kernel/linux-starfive.git] / kernel / trace / Kconfig
index e9e95c7..2c6611c 100644 (file)
@@ -46,10 +46,10 @@ config HAVE_DYNAMIC_FTRACE_WITH_ARGS
        bool
        help
         If this is set, then arguments and stack can be found from
-        the pt_regs passed into the function callback regs parameter
+        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 regs_get_kernel_argument() and
-        kernel_stack_pointer().
+        This allows for use of ftrace_regs_get_argument() and
+        ftrace_regs_get_stack_pointer().
 
 config HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
        bool