Re: [PATCH v2 1/2] tracing: Make the backup instance readonly

From: Steven Rostedt

Date: Mon Jan 12 2026 - 19:47:20 EST


On Mon, 12 Jan 2026 19:45:51 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Let's not add any flags to the eventfs_entry. That is created for every
> event, and events are already too big in size. I don't want to increase the
> size of each event for this feature.

Actually, there's not many of these. But they are all static variables. How
are you going to differentiate them?

-- Steve