[GIT PULL] ftrace: Initialize the ftrace profiler for each possible cpu

2013-12-17 Thread Steven Rostedt
Linus, This fixes a long standing bug in the ftrace profiler. The problem is that the profiler only initializes the online CPUs, and not possible CPUs. This causes issues if the user takes CPUs online or offline while the profiler is running. If we online a CPU after starting the profiler, we

[GIT PULL] ftrace: Initialize the ftrace profiler for each possible cpu

2013-12-17 Thread Steven Rostedt
Linus, This fixes a long standing bug in the ftrace profiler. The problem is that the profiler only initializes the online CPUs, and not possible CPUs. This causes issues if the user takes CPUs online or offline while the profiler is running. If we online a CPU after starting the profiler, we