On Wed, May 28, 2025 at 11:45:49AM -0400, Steven Rostedt wrote: > On Wed, 28 May 2025 08:16:24 -0700 > Caleb Sander Mateos <csan...@purestorage.com> wrote: > > > Would you mind picking up this patch to remove some old tracepoints? > > Liam has already given it a review. > > Someday I need to add code that lists the events that are never called. I > can imagine that there's several tracepoints that are created and never > used, and they still do waste memory :-( > > -- Steve
Who traces the tracepoints? A question as old as time... Maybe reasonably straightforward with a clangd/ctags/etc. backend or something to track usage? In fact could do a quick-an'-dirty script to grep invocations and have a person run down the results to double-check or sth?