Re: [PATCH v2 2/7] tracing/probes: Cleanup probe argument parser

2024-02-29 Thread Steven Rostedt
On Mon, 26 Feb 2024 12:58:13 +0900 "Masami Hiramatsu (Google)" wrote: > From: Masami Hiramatsu (Google) > > 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 (G

[PATCH v2 2/7] tracing/probes: Cleanup probe argument parser

2024-02-25 Thread Masami Hiramatsu (Google)
From: Masami Hiramatsu (Google) 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) --- kernel/trace/trace_probe.c | 230 ++-