The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [for-next][PATCH 0/4] ftrace: Updates for 6.13
@ 2024-10-11 13:29 Steven Rostedt
  2024-10-11 13:29 ` [for-next][PATCH 1/4] fgraph: Simplify return address printing in function graph tracer Steven Rostedt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Steven Rostedt @ 2024-10-11 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton

  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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-14 23:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 13:29 [for-next][PATCH 0/4] ftrace: Updates for 6.13 Steven Rostedt
2024-10-11 13:29 ` [for-next][PATCH 1/4] fgraph: Simplify return address printing in function graph tracer Steven Rostedt
2024-10-11 13:29 ` [for-next][PATCH 2/4] fgragh: No need to invoke the function call_filter_check_discard() Steven Rostedt
2024-10-11 13:29 ` [for-next][PATCH 3/4] ftrace: Make ftrace_regs abstract from direct use Steven Rostedt
2024-10-14  6:42   ` Madhavan Srinivasan
2024-10-11 13:29 ` [for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs Steven Rostedt
2024-10-14  9:34   ` Michael Ellerman
2024-10-14 23:54   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox