On Thu, 23 May 2024 at 10:25, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > FYI, I would be happy to convert the tracing events over to dynamic strings. I doubt it is worth it. The reason I would want to clean up the existing random memcpy is not so much because 15 characters wouldn't be enough for tracing, but because it is just ugly how we have this bad hardcoded interface without proper abstractions, and it would keep us from changing it. Linus