Oops, I missed to fold this in the 1st patch... (the seq_print_ip_sym_offset() part is already folded)
Thanks, On Wed, 15 Jul 2026 10:44:57 +0900 "Masami Hiramatsu (Google)" <[email protected]> wrote: > From: Masami Hiramatsu (Google) <[email protected]> > > Use a new seq_print_ip_sym_offset() wrapper function instead of > using TRACE_ITER(SYM_OFFSET) mask directly. > > Link: > https://lore.kernel.org/all/176226550596.59499.18020648957674458755.stgit@devnote2/ > > Signed-off-by: Masami Hiramatsu (Google) <[email protected]> > --- > kernel/trace/trace_wprobe.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/trace/trace_wprobe.c b/kernel/trace/trace_wprobe.c > index b52f3eac719f..dd310a87b333 100644 > --- a/kernel/trace/trace_wprobe.c > +++ b/kernel/trace/trace_wprobe.c > @@ -20,6 +20,7 @@ > #include <asm/ptrace.h> > > #include "trace_dynevent.h" > +#include "trace_output.h" > #include "trace_probe.h" > #include "trace_probe_kernel.h" > #include "trace_probe_tmpl.h" > -- Masami Hiramatsu (Google) <[email protected]>
