Re: [PATCH] tracing: make dynamic types can use __TRACE_LAST_TYPE

From: Steven Rostedt
Date: Mon Aug 28 2017 - 07:01:56 EST


On Mon, 28 Aug 2017 12:59:08 +0800
Zhou Chengming <zhouchengming1@xxxxxxxxxx> wrote:

> Obviously, trace_events that defined staticly in trace.h won't use
> __TRACE_LAST_TYPE, so make dynamic types can use it. And some
> minor changes to trace_search_list() to make code clearer.

Is there some reason to do this? I'm not sure it makes the code any
clearer. It looks like churn for churn sake. Which means that it can
cause a bug, and requires a bit of work to verify it does not.

Now if there's other work that is being done that requires this change,
then I have no problem adding it. But if it is just to "make it
clearer" then no, I'm not adding it.

-- Steve

>
> Signed-off-by: Zhou Chengming <zhouchengming1@xxxxxxxxxx>