Re: [PATCH v2 0/5] tracepoints: Add warnings for unused tracepoints and trace events
From: Steven Rostedt
Date: Thu Jun 12 2025 - 20:05:53 EST
On Thu, 12 Jun 2025 19:58:27 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> The third patch updates sorttable to work for arm64 when compiled with gcc. As
> gcc's arm64 build doesn't put addresses in their section but saves them off in
> the RELA sections. This mostly takes the work done that was needed to do the
> mcount sorting at boot up on arm64.
FYI, I built this on every architecture with their default config and
every architecture that supports tracing reported unused events. Mostly
they were the same, but depending on the defconfig it gave different
output.
-- Steve