|
@@ -1714,16 +1714,6 @@ trace_event_buffer_lock_reserve(struct ring_buffer **current_rb,
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(trace_event_buffer_lock_reserve);
|
|
|
|
|
|
-struct ring_buffer_event *
|
|
|
-trace_current_buffer_lock_reserve(struct ring_buffer **current_rb,
|
|
|
- int type, unsigned long len,
|
|
|
- unsigned long flags, int pc)
|
|
|
-{
|
|
|
- *current_rb = global_trace.trace_buffer.buffer;
|
|
|
- return trace_buffer_lock_reserve(*current_rb,
|
|
|
- type, len, flags, pc);
|
|
|
-}
|
|
|
-
|
|
|
void trace_buffer_unlock_commit_regs(struct trace_array *tr,
|
|
|
struct ring_buffer *buffer,
|
|
|
struct ring_buffer_event *event,
|