[PATCH v5 03/16] perf util: refactor inline_list to operate on symbols

2017-10-09 Thread Milian Wolff
This is a requirement to create real callchain entries for inlined frames. Since the list of inlines usually contains the target symbol too, i.e. the location where the frames get inlined to, we alias that symbol and reuse it as-is is. This ensures that other dependent functionality keeps

[PATCH v5 03/16] perf util: refactor inline_list to operate on symbols

2017-10-09 Thread Milian Wolff
This is a requirement to create real callchain entries for inlined frames. Since the list of inlines usually contains the target symbol too, i.e. the location where the frames get inlined to, we alias that symbol and reuse it as-is is. This ensures that other dependent functionality keeps