hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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