Re: [PATCH v2] tracing/eprobe: Iterate trace_eprobe directly
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-08-16 20:09:55
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-08-16 20:09:55
Also in:
lkml
On Sat, 12 Aug 2023 14:20:19 +0900 Masami Hiramatsu (Google) [off-list ref] wrote:
quoted
At a minimum, let's call it: for_each_trace_point_eprobe()OK, what about "for_each_trace_eprobe_on()"? I would like to clarify - what type is returned - not all trace_eprobes, but only on the trace_probe. Thank you,
for_each_trace_eprobe_tp() or for_each_trace_tp_eprobe() ? As it only works for a trace_probe. -- Steve