From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: "Martin Liška" <m.liska@foxlink.cz>
Cc: irogers@google.com, linux-kernel@vger.kernel.org,
linux-perf-users@vger.kernel.org
Subject: Re: [PATCH v2] perf script: add --addr2line option
Date: Mon, 12 Aug 2024 10:28:13 -0300 [thread overview]
Message-ID: <ZroN7XhtSSbQs6m8@x1> (raw)
In-Reply-To: <c814c49f-fdd6-46cf-ba89-ca46ff7e64b9@foxlink.cz>
On Mon, Aug 12, 2024 at 11:42:31AM +0200, Martin Liška wrote:
> @acme: May I please ping this patch?
Simple enough, merged, thanks for the ping.
- Arnaldo
> Thanks,
> Martin
>
> On 7/19/24 12:57, Martin Liška wrote:
> > Similarly to other subcommands (like report, top), it would be handy to
> > provide a path for addr2line command.
> >
> > Signed-off-by: Martin Liska <martin.liska@hey.com>
> > ---
> > tools/perf/Documentation/perf-script.txt | 3 +++
> > tools/perf/builtin-script.c | 2 ++
> > tools/perf/util/symbol_conf.h | 2 +-
> > 3 files changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt
> > index ff086ef05a0c..5abb960c4960 100644
> > --- a/tools/perf/Documentation/perf-script.txt
> > +++ b/tools/perf/Documentation/perf-script.txt
> > @@ -369,6 +369,9 @@ OPTIONS
> > --demangle-kernel::
> > Demangle kernel symbol names to human readable form (for C++ kernels).
> >
> > +--addr2line=<path>::
> > + Path to addr2line binary.
> > +
> > --header
> > Show perf.data header.
> >
> > diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
> > index c16224b1fef3..932167b2362b 100644
> > --- a/tools/perf/builtin-script.c
> > +++ b/tools/perf/builtin-script.c
> > @@ -4052,6 +4052,8 @@ int cmd_script(int argc, const char **argv)
> > "Enable symbol demangling"),
> > OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
> > "Enable kernel symbol demangling"),
> > + OPT_STRING(0, "addr2line", &symbol_conf.addr2line_path, "path",
> > + "addr2line binary to use for line numbers"),
> > OPT_STRING(0, "time", &script.time_str, "str",
> > "Time span of interest (start,stop)"),
> > OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
> > diff --git a/tools/perf/util/symbol_conf.h b/tools/perf/util/symbol_conf.h
> > index c114bbceef40..d41b25e10f1b 100644
> > --- a/tools/perf/util/symbol_conf.h
> > +++ b/tools/perf/util/symbol_conf.h
> > @@ -63,7 +63,7 @@ struct symbol_conf {
> > *sym_list_str,
> > *col_width_list_str,
> > *bt_stop_list_str;
> > - char *addr2line_path;
> > + const char *addr2line_path;
> > unsigned long time_quantum;
> > struct strlist *dso_list,
> > *comm_list,
prev parent reply other threads:[~2024-08-12 13:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 14:30 [PATCH] perf script: add --addr2line option m.liska
2024-07-18 15:44 ` Ian Rogers
2024-07-19 10:54 ` Martin Liška
2024-07-19 10:57 ` [PATCH v2] " Martin Liška
2024-08-12 9:42 ` Martin Liška
2024-08-12 13:28 ` Arnaldo Carvalho de Melo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZroN7XhtSSbQs6m8@x1 \
--to=acme@kernel.org \
--cc=irogers@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=m.liska@foxlink.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.