[for-next][PATCH 0/5] tracing/ftrace: Updates for 6.13

Steven Rostedt posted 5 patches 1 month, 3 weeks ago
include/linux/ftrace.h               | 31 +++++++++++--
include/linux/sched.h                |  1 +
kernel/trace/fgraph.c                | 85 +++++++++++++++++++++---------------
kernel/trace/ftrace.c                | 49 +++++++++++++++------
kernel/trace/trace.h                 |  1 +
kernel/trace/trace_functions_graph.c | 52 +++++++++++++++++++++-
6 files changed, 167 insertions(+), 52 deletions(-)
[for-next][PATCH 0/5] tracing/ftrace: Updates for 6.13
Posted by Steven Rostedt 1 month, 3 weeks ago
  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
ftrace/for-next

Head SHA1: f1f36e22bee967db5e812a65e24389e54c46f3c2


Masami Hiramatsu (Google) (2):
      tracing: Fix function timing profiler to initialize hashtable
      tracing: Add a comment about ftrace_regs definition

Steven Rostedt (3):
      fgraph: Use fgraph data to store subtime for profiler
      ftrace: Use a running sleeptime instead of saving on shadow stack
      ftrace: Have calltime be saved in the fgraph storage

----
 include/linux/ftrace.h               | 31 +++++++++++--
 include/linux/sched.h                |  1 +
 kernel/trace/fgraph.c                | 85 +++++++++++++++++++++---------------
 kernel/trace/ftrace.c                | 49 +++++++++++++++------
 kernel/trace/trace.h                 |  1 +
 kernel/trace/trace_functions_graph.c | 52 +++++++++++++++++++++-
 6 files changed, 167 insertions(+), 52 deletions(-)