[PATCH 10/15] perf report: Compare symbol name for inlined frames when sorting

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Similar to the callstack frame matching, we also have to compare the symbol name when sorting hist entries. The reason is twofold: On one hand, multiple inlined functions will use the same symbol start/end values of the parent, non-inlined symbol. As

[PATCH 10/15] perf report: Compare symbol name for inlined frames when sorting

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Similar to the callstack frame matching, we also have to compare the symbol name when sorting hist entries. The reason is twofold: On one hand, multiple inlined functions will use the same symbol start/end values of the parent, non-inlined symbol. As such, all of these