On Mon, 26 Feb 2024 12:58:13 +0900 "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> wrote: > From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> > > Cleanup traceprobe_parse_probe_arg_body() to split out the > type parser and post-processing part of fetch_insn. > This makes no functional change. > > Signed-off-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> -- Steve > --- > kernel/trace/trace_probe.c | 230 ++++++++++++++++++++++++++------------------ > 1 file changed, 137 insertions(+), 93 deletions(-)