We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6455b61 commit ea65b41Copy full SHA for ea65b41
include/linux/ftrace.h
@@ -980,7 +980,7 @@ static inline void __ftrace_enabled_restore(int enabled)
980
#define CALLER_ADDR5 ((unsigned long)ftrace_return_address(5))
981
#define CALLER_ADDR6 ((unsigned long)ftrace_return_address(6))
982
983
-static inline unsigned long get_lock_parent_ip(void)
+static __always_inline unsigned long get_lock_parent_ip(void)
984
{
985
unsigned long addr = CALLER_ADDR0;
986
0 commit comments