提交 6b253930 编写于 作者: I Ingo Molnar

tracing: fix typo and missing inline function

Impact: fix build bugs
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 e32d8956
...@@ -529,7 +529,11 @@ static inline int ftrace_graph_addr(unsigned long addr) ...@@ -529,7 +529,11 @@ static inline int ftrace_graph_addr(unsigned long addr)
#else #else
static inline int ftrace_trace_addr(unsigned long addr) static inline int ftrace_trace_addr(unsigned long addr)
{ {
return 1 return 1;
}
static inline int ftrace_graph_addr(unsigned long addr)
{
return 1;
} }
#endif /* CONFIG_DYNAMIC_FTRACE */ #endif /* CONFIG_DYNAMIC_FTRACE */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册