[PATCH v5 10/16] perf report: compare symbol name for inlined frames when sorting

2017-10-09 Thread 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 symbols often end up missing

[PATCH v5 10/16] perf report: compare symbol name for inlined frames when sorting

2017-10-09 Thread 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 symbols often end up missing