Re: [PATCH 1/3 v2] tracepoints: Add helper to test if tracepoint is enabled in a header

From: Steven Rostedt
Date: Fri Sep 25 2020 - 17:59:38 EST


On Fri, 25 Sep 2020 14:36:37 -0700
Axel Rasmussen <axelrasmussen@xxxxxxxxxx> wrote:

> > +In a C file::
> > +
> > + void do_trace_foo_bar_wrapper(args)
> > + {
> > + trace_foo_bar(args);
> > + }
> > +
> > +In the header file::
> > +
> > + DECLEARE_TRACEPOINT(foo_bar);
>
> Should be "DECLARE_..."

But that's the British spelling!

OK, I'll go ahead and fix that in v3.

-- Steve