[for-next][PATCH 0/6] ftrace: scripts/sorttable: Add arm64 and remove weak functions
From: Steven Rostedt
Date: Wed Feb 19 2025 - 10:20:50 EST
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
sorttable/for-next
Head SHA1: 264143c4e54412095f4b615e65bf736fc3c60af0
Steven Rostedt (6):
arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
scripts/sorttable: Have mcount rela sort use direct values
scripts/sorttable: Always use an array for the mcount_loc sorting
scripts/sorttable: Zero out weak functions in mcount_loc table
ftrace: Update the mcount_loc check of skipped entries
ftrace: Have ftrace pages output reflect freed pages
----
arch/arm64/Kconfig | 1 +
kernel/trace/ftrace.c | 44 +++++-
scripts/link-vmlinux.sh | 4 +-
scripts/sorttable.c | 401 +++++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 436 insertions(+), 14 deletions(-)