[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241011132941.339392460@goodmis.org>
Date: Fri, 11 Oct 2024 09:29:41 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 0/4] ftrace: Updates for 6.13
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
ftrace/for-next
Head SHA1: 3e7814207b41eafafd49e6d8010c07f2d5831891
Masami Hiramatsu (Google) (1):
fgraph: Simplify return address printing in function graph tracer
Steven Rostedt (3):
fgragh: No need to invoke the function call_filter_check_discard()
ftrace: Make ftrace_regs abstract from direct use
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
----
arch/arm64/include/asm/ftrace.h | 21 ++++++------
arch/arm64/kernel/asm-offsets.c | 22 ++++++-------
arch/arm64/kernel/ftrace.c | 10 +++---
arch/loongarch/include/asm/ftrace.h | 29 +++--------------
arch/loongarch/kernel/ftrace_dyn.c | 2 +-
arch/powerpc/include/asm/ftrace.h | 27 ++--------------
arch/powerpc/kernel/trace/ftrace.c | 4 +--
arch/powerpc/kernel/trace/ftrace_64_pg.c | 2 +-
arch/riscv/include/asm/ftrace.h | 22 +++++++------
arch/riscv/kernel/asm-offsets.c | 28 ++++++++--------
arch/riscv/kernel/ftrace.c | 2 +-
arch/s390/include/asm/ftrace.h | 29 +++--------------
arch/s390/kernel/asm-offsets.c | 4 +--
arch/s390/kernel/ftrace.c | 2 +-
arch/s390/lib/test_unwind.c | 4 +--
arch/x86/include/asm/ftrace.h | 30 ++++-------------
arch/x86/kernel/ftrace.c | 2 +-
include/linux/ftrace.h | 55 ++++++++++++--------------------
include/linux/ftrace_regs.h | 36 +++++++++++++++++++++
kernel/trace/fgraph.c | 45 ++++++++++++++++----------
kernel/trace/ftrace.c | 5 ++-
kernel/trace/trace.h | 3 +-
kernel/trace/trace_functions_graph.c | 22 ++++++-------
kernel/trace/trace_irqsoff.c | 3 +-
kernel/trace/trace_sched_wakeup.c | 3 +-
kernel/trace/trace_selftest.c | 8 ++---
26 files changed, 188 insertions(+), 232 deletions(-)
create mode 100644 include/linux/ftrace_regs.h
Powered by blists - more mailing lists