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

2023-12-07 Thread Dmytro Maluka
On Tue, Dec 05, 2023 at 09:18:36PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > A trace instance may only need to enable specific events. As the eventfs > directory of an instance currently creates all events which adds overhead, > allow internal instances to be created

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

2023-12-05 Thread Steven Rostedt
From: "Steven Rostedt (Google)" A trace instance may only need to enable specific events. As the eventfs directory of an instance currently creates all events which adds overhead, allow internal instances to be created with just the events in systems that they care about. This currently only