commit | 3e1aa8b942a457e1a0cba7676aa3c2d885bff2e6 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu (Google) <mhiramat@kernel.org> | Wed Aug 13 23:30:14 2025 +0900 |
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | Fri Sep 05 14:34:03 2025 +0900 |
tree | 518bfa193e32bca99ff078588e1432640f0a1319 | |
parent | 0b9d856a6771b0ca95e4cf197755899a93469b0b [diff] |
tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe Since traceprobe_parse_context is reusable among a probe arguments, it is more efficient to allocate it outside of the loop for parsing probe argument as kprobe and fprobe events do. Link: https://lore.kernel.org/all/175509541393.193596.16330324746701582114.stgit@devnote2/ Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>