ftrace: mcount call site on boot nops core
[deliverable/linux.git] / include / linux / ftrace.h
index bb384068272e1ef5ef9f4aa4a04572e48dcbfca5..d4d6ab453b7846969edb151f53d583acc26061d6 100644 (file)
@@ -162,4 +162,10 @@ static inline void
 ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { }
 #endif
 
+#ifdef CONFIG_FTRACE_MCOUNT_RECORD
+extern void ftrace_init(void);
+#else
+static inline void ftrace_init(void) { }
+#endif
+
 #endif /* _LINUX_FTRACE_H */
This page took 0.025502 seconds and 5 git commands to generate.