Re: [PATCH 2/2] perf evsel: add inline functions to sample callchain output

2019-02-19 Thread Jonas Rabenstein
On Tue, Feb 19, 2019 at 07:38:10PM +0100, Jonas Rabenstein wrote: > Whenever a callchain shall be printed search for each address whether > inline information is available and add those symbols to the output > if symbol_conf.inline_name is enabled. > > Signed-off-by: Jonas Rabenstein > --- >

[PATCH 2/2] perf evsel: add inline functions to sample callchain output

2019-02-19 Thread Jonas Rabenstein
Whenever a callchain shall be printed search for each address whether inline information is available and add those symbols to the output if symbol_conf.inline_name is enabled. Signed-off-by: Jonas Rabenstein --- tools/perf/util/evsel_fprintf.c | 46 + 1 file