From: Steven Rostedt <rostedt@goodmis.org>
To: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
Cc: Huang Yiwei <quic_hyiwei@quicinc.com>, <mark.rutland@arm.com>,
<mcgrof@kernel.org>, <keescook@chromium.org>,
<j.granados@samsung.com>, <mathieu.desnoyers@efficios.com>,
<corbet@lwn.net>, <linux-kernel@vger.kernel.org>,
<linux-trace-kernel@vger.kernel.org>,
<linux-fsdevel@vger.kernel.org>, <linux-doc@vger.kernel.org>,
<quic_bjorande@quicinc.com>, <quic_tsoni@quicinc.com>,
<quic_satyap@quicinc.com>, <quic_aiquny@quicinc.com>,
<kernel@quicinc.com>, Ross Zwisler <zwisler@google.com>,
Joel Fernandes <joel@joelfernandes.org>
Subject: Re: [PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
Date: Mon, 26 Feb 2024 13:44:27 -0500 [thread overview]
Message-ID: <20240226134427.3a033d4a@gandalf.local.home> (raw)
In-Reply-To: <20240226085158.526e8044a85ceca8578a1656@kernel.org>
On Mon, 26 Feb 2024 08:51:58 +0900
Masami Hiramatsu (Google) <mhiramat@kernel.org> wrote:
> On Thu, 8 Feb 2024 21:18:14 +0800
> Huang Yiwei <quic_hyiwei@quicinc.com> wrote:
>
> > Currently ftrace only dumps the global trace buffer on an OOPs. For
> > debugging a production usecase, instance trace will be helpful to
> > check specific problems since global trace buffer may be used for
> > other purposes.
> >
> > This patch extend the ftrace_dump_on_oops parameter to dump a specific
> > or multiple trace instances:
> >
> > - ftrace_dump_on_oops=0: as before -- don't dump
> > - ftrace_dump_on_oops[=1]: as before -- dump the global trace buffer
> > on all CPUs
> > - ftrace_dump_on_oops=2 or =orig_cpu: as before -- dump the global
> > trace buffer on CPU that triggered the oops
> > - ftrace_dump_on_oops=<instance_name>: new behavior -- dump the
> > tracing instance matching <instance_name>
> > - ftrace_dump_on_oops[=2/orig_cpu],<instance1_name>[=2/orig_cpu],
>
> Would you mean "ftrace_dump_on_oops,<instance1_name>" ?
??
> As far as I can see, it doesn't work. Command line parser requires "="
> for parameter value.
Not sure what you mean, but it does work with:
ftrace_dump_on_oops=1,foo=2
As well as
ftrace_dump_on_oops=foo
If you want to dump with an instance, yes you need a '=' sign.
> Also, is there any reason to limit the parameter
> to 2 or orig_cpu?
There's 3 options: 0 = off, 1 = all (default), 2 = orig_cpu
I don't see it limited.
You don't need the equal sign if you just want the top buffer.
>
> What about this syntax?
>
> ftrace_dump_on_oops=<0|1|2|orig_cpu>[,<instance_name>[=<1|2|orig_cpu>][,...]
That should work now. But why add the requirement of an '=' as that isn't
needed now? That is, the syntax is:
ftrace_dump_on_oops[=[<0|1|2|orig_cpu>,][<instance_name>[=<1|2|orig_cpu>][,...]]
>
> or
>
> ftrace_dump_on_oops=instance_name[=<1|2|orig_cpu>][,...]
This works.
>
> or
>
> ftrace_dump_on_oops
This works.
>
> e.g.
> "ftrace_dump_on_oops=0,foo=orig_cpu" is equal to "ftrace_dump_on_oops=foo=orig_cpu"
>
And that does.
I think this patch does what you are asking for.
-- Steve
next prev parent reply other threads:[~2024-02-26 18:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-08 13:18 [PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops Huang Yiwei
2024-02-21 14:42 ` Steven Rostedt
2024-02-23 1:47 ` Steven Rostedt
2024-02-23 8:19 ` Huang Yiwei
2024-02-25 23:51 ` Masami Hiramatsu
2024-02-26 18:44 ` Steven Rostedt [this message]
2024-02-27 1:47 ` Steven Rostedt
2024-02-29 9:11 ` Huang Yiwei
2024-02-29 15:25 ` 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=20240226134427.3a033d4a@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=corbet@lwn.net \
--cc=j.granados@samsung.com \
--cc=joel@joelfernandes.org \
--cc=keescook@chromium.org \
--cc=kernel@quicinc.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathieu.desnoyers@efficios.com \
--cc=mcgrof@kernel.org \
--cc=mhiramat@kernel.org \
--cc=quic_aiquny@quicinc.com \
--cc=quic_bjorande@quicinc.com \
--cc=quic_hyiwei@quicinc.com \
--cc=quic_satyap@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=zwisler@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox