|
@@ -158,15 +158,6 @@ struct ring_buffer_event *
|
|
|
trace_current_buffer_lock_reserve(struct ring_buffer **current_buffer,
|
|
|
int type, unsigned long len,
|
|
|
unsigned long flags, int pc);
|
|
|
-void trace_buffer_unlock_commit(struct trace_array *tr,
|
|
|
- struct ring_buffer *buffer,
|
|
|
- struct ring_buffer_event *event,
|
|
|
- unsigned long flags, int pc);
|
|
|
-void trace_buffer_unlock_commit_regs(struct trace_array *tr,
|
|
|
- struct ring_buffer *buffer,
|
|
|
- struct ring_buffer_event *event,
|
|
|
- unsigned long flags, int pc,
|
|
|
- struct pt_regs *regs);
|
|
|
void trace_current_buffer_discard_commit(struct ring_buffer *buffer,
|
|
|
struct ring_buffer_event *event);
|
|
|
|