[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251031082736.1a2c4660@gandalf.local.home>
Date: Fri, 31 Oct 2025 08:27:36 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: "Masami Hiramatsu (Google)" <mhiramat@...nel.org>
Cc: Mark Rutland <mark.rutland@....com>, Mathieu Desnoyers
<mathieu.desnoyers@...icios.com>, linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH v6 0/2] tracing: Add an option to show symbols in
_text+offset for function profiler
On Fri, 31 Oct 2025 10:29:47 +0900
Masami Hiramatsu (Google) <mhiramat@...nel.org> wrote:
> > +static inline int probe_print_ip_sym(struct trace_seq *s, unsigned long ip,
> > + int flags)
> > +{
> > + retun seq_print_ip_sym(s, field->ip, flags | TRACE_ITER_SYM_OFFSET);
> > +}
> >
> > And use that instead.
>
> Shouldn't we make it trace-wide function ?
Sure.
-- Steve
Powered by blists - more mailing lists