Re: [PATCH] tracing: Kernel access to Ftrace instances

From: Steven Rostedt
Date: Mon May 20 2019 - 11:25:32 EST


On Wed, 15 May 2019 20:24:43 -0700
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> >It seems your's already in Steve's ftrace/core branch, so I think you
> >can make
> >additional patch to fix it. Steve, is that OK?
> >
>
> Yes. In fact I already sent a pull request to Linus. Please send a patch on top of my ftrace/core branch.
>

And now it is in mainline (v5.2-rc1). Please send a patch with a sample
module (as Masami requested). Also, that function not only needs to be
changed to not being static, you need to add it to a header
(include/linux/trace_events.h?)

Thanks!

-- Steve