tracing: Move enabling tracepoints to just after rcu_init()
[deliverable/linux.git] / include / linux / ftrace.h
index ed501953f0b2814b87dea70c3d6ebfb7eb717d3e..f4bc14b7d4445d3e66c34e4b0ca2026461a62fc9 100644 (file)
 # define FTRACE_FORCE_LIST_FUNC 0
 #endif
 
+/* Main tracing buffer and events set up */
+#ifdef CONFIG_TRACING
+void trace_init(void);
+#else
+static inline void trace_init(void) { }
+#endif
 
 struct module;
 struct ftrace_hash;
This page took 0.025984 seconds and 5 git commands to generate.