Home
last modified time | relevance | path

Searched refs:trace_buffer_unlock_commit (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_mmiotrace.c317 trace_buffer_unlock_commit(tr, buffer, event, 0, pc); in __trace_mmiotrace_rw()
347 trace_buffer_unlock_commit(tr, buffer, event, 0, pc); in __trace_mmiotrace_map()
Dtrace_sched_wakeup.c395 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); in tracing_sched_switch_trace()
423 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); in tracing_sched_wakeup_trace()
Dblktrace.c106 trace_buffer_unlock_commit(blk_tr, buffer, event, 0, pc); in trace_note()
281 trace_buffer_unlock_commit(blk_tr, buffer, event, 0, pc); in __blk_add_trace()
Dtrace_events.c3398 trace_buffer_unlock_commit(event_tr, buffer, event, flags, pc); in function_test_events_call()
Dtrace.c1695 void trace_buffer_unlock_commit(struct trace_array *tr, in trace_buffer_unlock_commit() function
1705 EXPORT_SYMBOL_GPL(trace_buffer_unlock_commit);
/linux-4.4.14/include/linux/
Dtrace_events.h171 void trace_buffer_unlock_commit(struct trace_array *tr,
517 trace_buffer_unlock_commit(file->tr, buffer, event, irq_flags, pc); in event_trigger_unlock_commit()