Re: [RFC][PATCH] tracing: Allow creating instances with specified system events

From: Steven Rostedt
Date: Tue Nov 28 2023 - 09:20:13 EST


On Tue, 28 Nov 2023 14:14:29 +0100
Dmytro Maluka <dmaluka@xxxxxxxxxxxx> wrote:


> This limitation will cause (unrelated) events created by modules that
> are insmoded after creating the instance to be also added to the
> instance. Why not filter those as well?

I did think of that. But that would be a separate patch. Where I would save
the string that is passed in, and whenever a new module is loaded, it would
only add the events if the events' system matches in the string. This would
also allow adding event systems that do not yet exist.

>
> Besides that, the change looks nice to me.

Thanks, I'll make it into a more formal patch set.

-- Steve