On Thu, 29 Feb 2024 22:37:53 -0500 Steven Rostedt <rost...@goodmis.org> wrote:
> On Mon, 26 Feb 2024 12:58:23 +0900 > "Masami Hiramatsu (Google)" <mhira...@kernel.org> wrote: > > > From: Masami Hiramatsu (Google) <mhira...@kernel.org> > > > > Instead of incrementing the trace_probe::nr_args, init it at > > trace_probe_init(). > > This is a cleanup, so the behavior is not changed. > > The change is fine, but the change log does not say why this was done. This change is to get the number of trace_probe arguments while parsing the argument strings. Thank you, > > Reviewed-by: Steven Rostedt (Google) <rost...@goodmis.org> > > -- Steve > > > > > > Signed-off-by: Masami Hiramatsu (Google) <mhira...@kernel.org> > > --- -- Masami Hiramatsu (Google) <mhira...@kernel.org>