Re: [PATCH] tracing: remove tracing_is_on export
From: Greg Kroah-Hartman
Date: Thu Jul 25 2024 - 08:53:49 EST
On Thu, Jul 25, 2024 at 08:31:02AM -0400, Steven Rostedt wrote:
> On Thu, 25 Jul 2024 11:36:08 +0200
> Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> > The function tracing_is_on() is only called by in-kernel code, not by
> > any modules, so no need to export it as a symbol at all.
>
> Hmm, this is part of the debugging code along with:
>
> tracing_on(); tracing_off();
>
> I had it exported in case a module needed to use it in debugging.
What module? There is no in-kernel user of it as a module that I could
find, what am I missing?
thanks,
greg k-h