tracing: Add percpu buffers for trace_printk()
[deliverable/linux.git] / kernel / trace / trace.h
index 95059f091a242abcfd60bbe9169131e7870e4a2c..f9d85504f04bcc24b16ccf55f8b2d7e38ab723e3 100644 (file)
@@ -826,6 +826,8 @@ extern struct list_head ftrace_events;
 extern const char *__start___trace_bprintk_fmt[];
 extern const char *__stop___trace_bprintk_fmt[];
 
+void trace_printk_init_buffers(void);
+
 #undef FTRACE_ENTRY
 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter)    \
        extern struct ftrace_event_call                                 \
This page took 0.026271 seconds and 5 git commands to generate.