From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/6] ftrace: Updates for v6.15
Date: Tue, 04 Mar 2025 22:51:07 -0500 [thread overview]
Message-ID: <20250305035107.307030265@goodmis.org> (raw)
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(-)
next reply other threads:[~2025-03-05 3:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 3:51 Steven Rostedt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250305035107.307030265@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.