On Fri, 25 Sep 2020 14:36:37 -0700 Axel Rasmussen <[email protected]> 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

