mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [for-next][PATCH 0/2] ftrace: Updates for 6.13
@ 2024-10-05 19:12 Steven Rostedt
  2024-10-05 19:12 ` [for-next][PATCH 1/2] function_graph: Support recording and printing the function return address Steven Rostedt
  2024-10-05 19:12 ` [for-next][PATCH 2/2] function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr() Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2024-10-05 19:12 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: 474ec3e849686a02d00c5bd7a80c3042505b66bb


Donglin Peng (1):
      function_graph: Support recording and printing the function return address

Oleg Nesterov (1):
      function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()

----
 include/linux/ftrace.h                             |  27 ++-
 kernel/trace/Kconfig                               |  10 +
 kernel/trace/fgraph.c                              |  24 ++-
 kernel/trace/ftrace.c                              |   3 +-
 kernel/trace/trace.h                               |  11 +-
 kernel/trace/trace_entries.h                       |  29 ++-
 kernel/trace/trace_functions_graph.c               | 216 ++++++++++++++++-----
 kernel/trace/trace_irqsoff.c                       |   3 +-
 kernel/trace/trace_sched_wakeup.c                  |   3 +-
 kernel/trace/trace_selftest.c                      |   9 +-
 .../ftrace/test.d/ftrace/fgraph-retval.tc          |   2 +-
 11 files changed, 275 insertions(+), 62 deletions(-)

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

end of thread, other threads:[~2024-10-05 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-05 19:12 [for-next][PATCH 0/2] ftrace: Updates for 6.13 Steven Rostedt
2024-10-05 19:12 ` [for-next][PATCH 1/2] function_graph: Support recording and printing the function return address Steven Rostedt
2024-10-05 19:12 ` [for-next][PATCH 2/2] function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr() Steven Rostedt

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

Powered by JetHome