commit | b7f0c959edfb4448f94bd33c39fda08e10ce6ede | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Fri Sep 25 17:38:44 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Sep 25 17:38:44 2015 -0400 |
tree | 0fa8e235ddef84d30f83a520ce259f787c15b7b4 | |
parent | 41907416bc24412f839559ea10a2b9e4eeb21aa7 [diff] |
tracing: Pass trace_array into trace_buffer_unlock_commit() In preparation for having trace options be per instance, the trace_array needs to be passed to the trace_buffer_unlock_commit(). The trace_event_buffer_lock_reserve() already passes in the trace_event_file where the trace_array can be derived from. Also added a "__init" to the boot up test event plus function tracing function function_test_events_call(). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>