commit | eaac1836c10eb2865d2b2e1e7f1f37dbb9dbbb99 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Aug 06 16:24:11 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Feb 26 21:14:20 2013 -0500 |
tree | b6f7ff97b2cef949a5fd55507d9b16120b512124 | |
parent | 1621c6191419c848347c9224a924f06241e4c1f4 [diff] |
tracing: Replace the static global per_cpu arrays with allocated per_cpu The global and max-tr currently use static per_cpu arrays for the CPU data descriptors. But in order to get new allocated trace_arrays, they need to be allocated per_cpu arrays. Instead of using the static arrays, switch the global and max-tr to use allocated data. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>