On Thu, 29 Feb 2024 22:37:53 -0500 Steven Rostedt <[email protected]> wrote:
> On Mon, 26 Feb 2024 12:58:23 +0900 > "Masami Hiramatsu (Google)" <[email protected]> wrote: > > > From: Masami Hiramatsu (Google) <[email protected]> > > > > 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) <[email protected]> > > -- Steve > > > > > > Signed-off-by: Masami Hiramatsu (Google) <[email protected]> > > --- -- Masami Hiramatsu (Google) <[email protected]>
