[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372808392.22688.83.camel@gandalf.local.home>
Date: Tue, 02 Jul 2013 19:39:52 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: "zhangwei(Jovi)" <jovi.zhangwei@...wei.com>
Cc: fweisbec@...il.com, mingo@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 07/12] tracing: remove TRACE_EVENT_TYPE enum
definition
On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote:
> From: "zhangwei(Jovi)" <jovi.zhangwei@...wei.com>
>
> TRACE_EVENT_TYPE enum is not used at present, remove it.
Looks reasonable, pulled.
Thanks,
-- Steve
>
> Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@...wei.com>
> ---
> kernel/trace/trace.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
> index 89da073..9964695 100644
> --- a/kernel/trace/trace.h
> +++ b/kernel/trace/trace.h
> @@ -794,12 +794,6 @@ static inline void trace_branch_disable(void)
> /* set ring buffers to default size if not already done so */
> int tracing_update_buffers(void);
>
> -/* trace event type bit fields, not numeric */
> -enum {
> - TRACE_EVENT_TYPE_PRINTF = 1,
> - TRACE_EVENT_TYPE_RAW = 2,
> -};
> -
> struct event_filter {
> int n_preds; /* Number assigned */
> int a_preds; /* allocated */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists