Re: [RFC PATCH 2/5] unwind: Export unwind_user symbol to GPL modules

Steven Rostedt <[email protected]> Mon, 14 Jul 2025 08:26:06 -0400
Newsgroups dev.linux.lists.tech-board-discuss,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On Mon, 14 Jul 2025 08:20:33 -0400
Steven Rostedt <[email protected]> wrote:

> Just like perf and ftrace. They are stand alone subsystems where other

I should clarify, I'm using "ftrace" to reference the "tracing" subsystem,
as "ftrace" technically is the function hook mechanism that is tightly
coupled with every architecture that uses it.

So here, when I say "ftrace" I mean kernel/trace/*, and I really should say
"the tracing subsystem"

-- Steve