Home
last modified time | relevance | path

Searched refs:ring_buffer_unlock_commit (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dring_buffer.h115 int ring_buffer_unlock_commit(struct trace_buffer *buffer,
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer_benchmark.c261 ring_buffer_unlock_commit(buffer, event); in ring_buffer_producer()
H A Dring_buffer.c3260 int ring_buffer_unlock_commit(struct trace_buffer *buffer, in ring_buffer_unlock_commit() function
3278 EXPORT_SYMBOL_GPL(ring_buffer_unlock_commit);
5715 ring_buffer_unlock_commit(data->buffer, event); in rb_write_something()
H A Dtrace.c1001 ring_buffer_unlock_commit(buffer, event); in __buffer_unlock_commit()
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Dcpu_buffer.c160 return ring_buffer_unlock_commit(op_ring_buffer, entry->event); in op_cpu_buffer_write_commit()