Re: [PATCH v4] trace: Move trace event enable from fs_initcall to core_initcall

2012-09-24 Thread Steven Rostedt
On Mon, 2012-09-24 at 14:23 -0300, Ezequiel Garcia wrote: > Did you have time to take a look into this? > Will you be able to add it for your v3.7 pull request? > Let me know if there's something I should redo. Yeah, I have it queued up for my test set of tests. If it passes, I'll push it towards

Re: [PATCH v4] trace: Move trace event enable from fs_initcall to core_initcall

2012-09-24 Thread Ezequiel Garcia
Steven, On Wed, Sep 12, 2012 at 11:47 AM, Ezequiel Garcia wrote: > 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 importan