commit | 0b9b12c1b884eb34773312f15c194220025e0416 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Jan 14 10:04:59 2014 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Apr 21 13:59:27 2014 -0400 |
tree | ffe346fc3ec3b5d188f3a278d73ba3c55a64bd10 | |
parent | 6d9b3fa5e7f663bbfb9d2d80d46136f75319cb28 [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>