All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/6] ftrace: Updates for v6.15
@ 2025-03-05  3:51 Steven Rostedt
  2025-03-05  3:51 ` [for-next][PATCH 1/6] fgraph: Correct typo in ftrace_return_to_handler comment Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2025-03-05  3:51 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: 76fe0337c2199988cb9ed7e41c05d687d95f2e18


Haiyue Wang (1):
      fgraph: Correct typo in ftrace_return_to_handler comment

Steven Rostedt (2):
      ftrace: Have ftrace_free_filter() WARN and exit if ops is active
      ftrace: Have funcgraph-args take affect during tracing

Sven Schnelle (3):
      ftrace: Add print_function_args()
      ftrace: Add support for function argument to graph tracer
      ftrace: Add arguments to function tracer

----
 include/linux/ftrace_regs.h          |   5 +
 kernel/trace/Kconfig                 |  12 +++
 kernel/trace/fgraph.c                |   2 +-
 kernel/trace/ftrace.c                |   2 +
 kernel/trace/trace.c                 |  14 ++-
 kernel/trace/trace.h                 |   5 +-
 kernel/trace/trace_entries.h         |  12 ++-
 kernel/trace/trace_functions.c       |  46 +++++++++-
 kernel/trace/trace_functions_graph.c | 172 ++++++++++++++++++++++++++++-------
 kernel/trace/trace_irqsoff.c         |  12 ++-
 kernel/trace/trace_output.c          | 103 ++++++++++++++++++++-
 kernel/trace/trace_output.h          |   9 ++
 kernel/trace/trace_sched_wakeup.c    |   4 +-
 13 files changed, 343 insertions(+), 55 deletions(-)

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

end of thread, other threads:[~2025-03-05  3:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05  3:51 [for-next][PATCH 0/6] ftrace: Updates for v6.15 Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 1/6] fgraph: Correct typo in ftrace_return_to_handler comment Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 2/6] ftrace: Have ftrace_free_filter() WARN and exit if ops is active Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 3/6] ftrace: Add print_function_args() Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 4/6] ftrace: Add support for function argument to graph tracer Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 5/6] ftrace: Have funcgraph-args take affect during tracing Steven Rostedt
2025-03-05  3:51 ` [for-next][PATCH 6/6] ftrace: Add arguments to function tracer Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.