[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171101120559.GC26623@danjae.aot.lge.com>
Date: Wed, 1 Nov 2017 21:05:59 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Milian Wolff <milian.wolff@...b.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Jiri Olsa <jolsa@...nel.org>,
LKML <linux-kernel@...r.kernel.org>, kernel-team@....com,
Jin Yao <yao.jin@...ux.intel.com>
Subject: Re: [PATCH 2/2] perf tools: Show correct function name for srcline
of callchains
Hi Milian,
On Wed, Nov 01, 2017 at 10:57:12AM +0100, Milian Wolff wrote:
> On Tuesday, October 31, 2017 3:06:54 AM CET Namhyung Kim wrote:
> > When libbfd is not used, it doesn't show proper function name and reuse
> > the original symbol of the sample. That's because it passes the
> > original sym to inline_list__append(). As `addr2line -f` returns
> > function names as well, use that to create ad inline_sym and pass it to
> > inline_list__append().
>
> Typo above: "ad" -> "and"
I think it's "an" instead of "and". :)
>
> Otherwise these patches look fine to me
>
> Reviewed-by: Milian Wolff <milian.wolff@...b.com>
Thanks,
Namhyung
Powered by blists - more mailing lists