Re: [PATCH 3/5] ftrace: enable mcount recording for modules

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steven Rostedt
Date: Friday, August 8, 2008 - 5:51 am

On Fri, 8 Aug 2008, Rusty Russell wrote:


It happens before "module_finalize", so I'm guessing it is also before 
parameter passing.

Even if we did it after parameter passing, as long as the code does not 
run on another CPU we are fine. Unless the module is setting up interrupt 
handlers or kicking off kernel threads, doing the change after parameter 
passing would not hurt.

But it looks like we are doing it before that anyway, so it is not an 
issue.

Thanks,

-- Steve

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/5] ftrace: enable mcount recording for modules, Steven Rostedt, (Thu Aug 7, 11:20 am)
Re: [PATCH 3/5] ftrace: enable mcount recording for modules, Steven Rostedt, (Fri Aug 8, 5:51 am)