Searched refs:trace_buffer_unlock_commit (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/kernel/trace/ |
H A D | trace_mmiotrace.c | 317 trace_buffer_unlock_commit(tr, buffer, event, 0, pc); __trace_mmiotrace_rw() 347 trace_buffer_unlock_commit(tr, buffer, event, 0, pc); __trace_mmiotrace_map()
|
H A D | trace_sched_wakeup.c | 395 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); tracing_sched_switch_trace() 423 trace_buffer_unlock_commit(tr, buffer, event, flags, pc); tracing_sched_wakeup_trace()
|
H A D | blktrace.c | 106 trace_buffer_unlock_commit(blk_tr, buffer, event, 0, pc); trace_note() 281 trace_buffer_unlock_commit(blk_tr, buffer, event, 0, pc); __blk_add_trace()
|
H A D | trace_events.c | 3398 trace_buffer_unlock_commit(event_tr, buffer, event, flags, pc); function_test_events_call()
|
H A D | trace.c | 1695 void trace_buffer_unlock_commit(struct trace_array *tr, trace_buffer_unlock_commit() function 1705 EXPORT_SYMBOL_GPL(trace_buffer_unlock_commit); variable
|
/linux-4.4.14/include/linux/ |
H A D | trace_events.h | 171 void trace_buffer_unlock_commit(struct trace_array *tr, 517 trace_buffer_unlock_commit(file->tr, buffer, event, irq_flags, pc); event_trigger_unlock_commit() 537 * trace_buffer_unlock_commit_regs() instead of trace_buffer_unlock_commit().
|
/linux-4.4.14/include/trace/ |
H A D | trace_events.h | 562 * trace_buffer_unlock_commit(buffer, event, irq_flags, pc);
|
Completed in 241 milliseconds