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

From: Ingo Molnar
Date: Fri Feb 20 2009 - 12:26:14 EST



* 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);

?

Ingo
--
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/