Re: [PATCH 2/5] tracing: fprobe-event: Allocate string buffers from heap
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date: 2025-07-19 04:35:43
Also in:
lkml
From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date: 2025-07-19 04:35:43
Also in:
lkml
On Sat, 19 Jul 2025 09:57:33 +0900 Masami Hiramatsu (Google) [off-list ref] wrote:
In this case, gbuf is storing splitted "group name" and ebuf is storing auto generated "event name". Oops, and eprobe does not handle this case. Let me fix that first.
It is my misread. eprobe does it correctly. -- Masami Hiramatsu (Google) [off-list ref]