From: Steven Rostedt Date: Sat, 8 Nov 2008 03:36:02 +0000 (-0500) Subject: ftrace: fix boot trace sched startup X-Git-Tag: v2.6.29-rc1~586^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f5c47da386445ba0c5a8b7e3ca0c906e763369;p=pandora-kernel.git ftrace: fix boot trace sched startup Impact: boot tracer startup modified The boot tracer calls into some of the schedule tracing private functions that should not be exported. This patch cleans it up, and makes way for further changes in the ftrace infrastructure. This patch adds a api to assign a tracer array to the schedule context switch tracer. Signed-off-by: Steven Rostedt Acked-by: Frederic Weisbecker Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed