[PATCH] tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exit
Catalin Marinas
catalin.marinas at arm.com
Tue Jul 22 12:26:25 PDT 2025
On Tue, Jul 22, 2025 at 10:37:14AM -0400, Steven Rostedt wrote:
> From: Steven Rostedt <rostedt at goodmis.org>
>
> The ipi tracepoints are mostly generic, but the tracepoints ipi_raise,
> ipi_entry and ipi_exit are only used by arm and arm64. This means these
> trace events are wasting memory in all the other architectures that do not
> use them.
>
> Add CONFIG_HAVE_EXTRA_IPI_TRACEPOINTS and have arm and arm64 select it to
> enable these trace events. The config makes it easy if other architectures
> decide to trace these as well.
>
> Signed-off-by: Steven Rostedt (Google) <rostedt at goodmis.org>
Acked-by: Catalin Marinas <catalin.marinas at arm.com>
More information about the linux-arm-kernel
mailing list