[PATCH v5 05/16] perf report: create real callchain entries for inlined frames

2017-10-09 Thread Milian Wolff
The inline_node structs are maintained by the new dso->inlines tree. This in turn keeps ownership of the fake symbols and srcline string representing an inline frame. This tree is sorted by address to allow quick lookups. All other entries of the symbol beside the function name are unused for

[PATCH v5 05/16] perf report: create real callchain entries for inlined frames

2017-10-09 Thread Milian Wolff
The inline_node structs are maintained by the new dso->inlines tree. This in turn keeps ownership of the fake symbols and srcline string representing an inline frame. This tree is sorted by address to allow quick lookups. All other entries of the symbol beside the function name are unused for