Re: [PATCH 05/10] tracing/ftrace: factorize the tracing filescreation

From: Ingo Molnar
Date: Tue Apr 07 2009 - 08:23:45 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> --- a/kernel/trace/trace_event_profile.c
> +++ b/kernel/trace/trace_event_profile.c
> @@ -6,7 +6,7 @@
> */
>
> #include "trace.h"
> -
> +#if 0
> int ftrace_profile_enable(int event_id)
> {
> struct ftrace_event_call *event;
> @@ -29,3 +29,4 @@ void ftrace_profile_disable(int event_id)
> }
> }
>
> +#endif

uhm, that's not a very nice to do ;-)

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/