Re: [PATCH] mm: remove unused mmap tracepoints

From: Liam R. Howlett
Date: Fri Apr 11 2025 - 13:23:38 EST


+ linux-mm

* Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> [250411 12:18]:
> The vma_mas_szero and vma_store tracepoints are unused since commit
> fbcc3104b843 ("mmap: convert __vma_adjust() to use vma iterator").
> Remove them so they are no longer listed as available tracepoints.
>
> Reported-by: Eric Mueller <emueller@xxxxxxxxxxxxxxx>
> Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx>
> ---
> include/trace/events/mmap.h | 52 -------------------------------------


Just a note about this file, it is currently not listed in MEMORY
MAPPING, but it seems other files in the trace/events are handled by
entries in the MAINTAINERS file.

I'll send out a change to MAINTAINERS to do this.

Thanks,
Liam