tracing: Replace the static global per_cpu arrays with allocated per_cpu
authorSteven Rostedt <srostedt@redhat.com>
Mon, 6 Aug 2012 20:24:11 +0000 (16:24 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Mar 2013 04:34:43 +0000 (00:34 -0400)
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>

No differences found