From: Ezequiel Garcia Date: Wed, 12 Sep 2012 14:47:57 +0000 (-0300) Subject: trace: Move trace event enable from fs_initcall to core_initcall X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8781915ad2716adcd8cd5cc52cee791fc8b00fdf;p=pandora-kernel.git trace: Move trace event enable from fs_initcall to core_initcall This patch splits trace event initialization in two stages: * ftrace enable * sysfs event entry creation This allows to capture trace events from an earlier point by using 'trace_event' kernel parameter and is important to trace boot-up allocations. Note that, in order to enable events at core_initcall, it's necessary to move init_ftrace_syscalls() from core_initcall to early_initcall. Link: http://lkml.kernel.org/r/1347461277-25302-1-git-send-email-elezegarcia@gmail.com Signed-off-by: Ezequiel Garcia Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed