hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/ftrace.h
....@@ -811,7 +811,7 @@
811811 #define CALLER_ADDR5 ((unsigned long)ftrace_return_address(5))
812812 #define CALLER_ADDR6 ((unsigned long)ftrace_return_address(6))
813813
814
-static inline unsigned long get_lock_parent_ip(void)
814
+static __always_inline unsigned long get_lock_parent_ip(void)
815815 {
816816 unsigned long addr = CALLER_ADDR0;
817817