On Tue, 26 May 2026 11:07:56 +0100 Mykyta Yatsenko <[email protected]> wrote:
> Hi Steven, > > Gentle ping on this patch from the series. > > Since this part touches tracing, I’d appreciate your thoughts on the > tracing changes whenever you have a chance. > Hi, I've been looking at this and was wondering if there are ways to not extend the trace_event_class structure. It's added for most trace events (actually each DECLARE_EVENT_CLASS). Although when things like BTF is enabled, this is a very small amount of extra memory. I haven't been ignoring this. I've just been thinking about other approaches, but haven't come up with anything. Of course, I haven't been spending that much time on it, as I've been focused on other things. -- Steve
