commit | ba3efd5243ed3ebf8a9385f7ce71027b08ab4fd0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Jan 14 10:04:59 2014 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jan 14 17:18:07 2014 -0500 |
tree | 1df317ab234163ce884c083243723b32bb28bdb1 | |
parent | 39e8ebeb8bbddb59d63aa4c53f73282fc406126a [diff] |
tracing: Move ftrace_max_lock into trace_array In preparation for having tracers enabled in instances, the max_lock should be unique as updating the max for one tracer is a separate operation than updating it for another tracer using a different max. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>