Re: [PATCH 1/5] ftrace: allow archs to preform pre and post processfor code modification

From: Steven Rostedt
Date: Fri Feb 20 2009 - 12:32:19 EST



On Fri, 20 Feb 2009, Ingo Molnar wrote:

>
> * Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> > +int ftrace_arch_modify_prepare(void);
> > +int ftrace_arch_modify_post_process(void);
>
> i think it would be clearer to name it:
>
> extern int ftrace_arch_code_modify_prepare(void);
> extern int ftrace_arch_code_modify_finish(void);
>
> ?

Sure, I'll write up a patch.

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/