treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / csky / include / asm / ftrace.h
blobba35d93ecda2b7f8a58171c0ba0030fbe11d2ae1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
4 #ifndef __ASM_CSKY_FTRACE_H
5 #define __ASM_CSKY_FTRACE_H
7 #define MCOUNT_INSN_SIZE 14
9 #define HAVE_FUNCTION_GRAPH_FP_TEST
11 #define HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
13 #define MCOUNT_ADDR ((unsigned long)_mcount)
15 #ifndef __ASSEMBLY__
17 extern void _mcount(unsigned long);
19 extern void ftrace_graph_call(void);
21 static inline unsigned long ftrace_call_adjust(unsigned long addr)
23 return addr;
26 struct dyn_arch_ftrace {
28 #endif /* !__ASSEMBLY__ */
29 #endif /* __ASM_CSKY_FTRACE_H */