[PATCH v5 07/16] perf report: mark inlined frames in output by " (inlined)" suffix

2017-10-09 Thread Milian Wolff
The original patch that introduced inline frame output in the various browsers used this suffix already. The new centralized approach that uses fake symbols for inlined frames was missing this approach so far. Instead of changing the symbol name itself, we only print the suffix where needed. This

[PATCH v5 07/16] perf report: mark inlined frames in output by " (inlined)" suffix

2017-10-09 Thread Milian Wolff
The original patch that introduced inline frame output in the various browsers used this suffix already. The new centralized approach that uses fake symbols for inlined frames was missing this approach so far. Instead of changing the symbol name itself, we only print the suffix where needed. This