Re: [PATCH 3/3] perf machine: add inline symbols to callchains

2019-02-23 Thread Jonas Rabenstein
On Sat, Feb 23, 2019 at 01:21:34PM +0900, Namhyung Kim wrote: > Hello, > > On Fri, Feb 22, 2019 at 1:07 AM Jonas Rabenstein > wrote: > > > > Use map__inlines to resolve inlined functions for every entry with > > an symbol that should be added to a callchain. > > > > Signed-off-by: Jonas Rabenstei

Re: [PATCH 3/3] perf machine: add inline symbols to callchains

2019-02-22 Thread Namhyung Kim
Hello, On Fri, Feb 22, 2019 at 1:07 AM Jonas Rabenstein wrote: > > Use map__inlines to resolve inlined functions for every entry with > an symbol that should be added to a callchain. > > Signed-off-by: Jonas Rabenstein > --- > tools/perf/util/machine.c | 115

[PATCH 3/3] perf machine: add inline symbols to callchains

2019-02-21 Thread Jonas Rabenstein
Use map__inlines to resolve inlined functions for every entry with an symbol that should be added to a callchain. Signed-off-by: Jonas Rabenstein --- tools/perf/util/machine.c | 115 -- 1 file changed, 87 insertions(+), 28 deletions(-) diff --git a/tools/perf