[PATCH 09/15] perf callchain: Compare symbol name for inlined frames when matching

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff The fake symbols we create for inlined frames will represent different functions but can use the symbol start address. This leads to issues when different inline branches all lead to the same function. Before: ~ $ perf report -s sym -i

[PATCH 09/15] perf callchain: Compare symbol name for inlined frames when matching

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff The fake symbols we create for inlined frames will represent different functions but can use the symbol start address. This leads to issues when different inline branches all lead to the same function. Before: ~ $ perf report -s sym -i perf.inlining.data --inline --stdio