Re: [PATCH] brcmsmac: Move each system tracepoints to their own header

From: Steven Rostedt
Date: Wed Apr 08 2015 - 07:49:19 EST


On Wed, 8 Apr 2015 09:32:44 +0200
Arend van Spriel <arend@xxxxxxxxxxxx> wrote:

> On 04/07/15 18:11, Steven Rostedt wrote:
> >
> > Every tracing file must have its own TRACE_SYSTEM defined.
> > The brcmsmac tracepoint header broke this and added in the middle
> > of the file:
> >
> > #undef TRACE_SYSTEM
> > #define TRACE_SYSTEM brcmsmac
> >
> > #undef TRACE_SYSTEM
> > #define TRACE_SYSTEM brcmsmac_tx
> >
> > #undef TRACE_SYSTEM
> > #define TRACE_SYSTEM brcmsmac_msg
> >
> > Unfortunately, this broke new code in the ftrace infrastructure.
> > Moving each of these TRACE_SYSTEMs into their own trace file with
> > just one TRACE_SYSTEM per file fixes the issue.
> >
> > Cc: Arend van Spriel<arend@xxxxxxxxxxxx>
>
> All right. Go ahead and change Cc: into Acked-by:
>

Thanks!

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