[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210616151701.0c9c6059@gandalf.local.home>
Date: Wed, 16 Jun 2021 15:17:01 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Masami Hiramatsu <mhiramat@...nel.org>
Cc: Devin Moore <devinmoore@...gle.com>,
LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH v4 0/6] bootconfig: Add mixed subkeys and value under
the same key
On Fri, 11 Jun 2021 08:56:35 +0900
Masami Hiramatsu <mhiramat@...nel.org> wrote:
> kernel {
> trace_options = sym-addr
> trace_events = "initcall:*"
> # tp_printk
> trace_buf_size = 1M
> ftrace = function
> ftrace_filter = "vfs*"
> }
I'm creating a ktest test for boot up on bootconfigs and writing a verifier
for each of the configs you sent me. On the first config I looked at
"boottrace.bconf", I found a bug.
The above should be:
trace_event = "initcall:*"
and not "trace_events" as "trace_events" is not a boot option ;-)
-- Steve
Powered by blists - more mailing lists