[PATCH v5 04/16] perf util: refactor inline_list to store srcline string directly

2017-10-09 Thread Milian Wolff
This is a preparation for the creation of real callchain entries for inlined frames. The rest of the perf code uses the srcline string. As such, using that also for the srcline API allows us to simplify some of the upcoming code. Most notably, it will allow us to cache the srcline for a given

[PATCH v5 04/16] perf util: refactor inline_list to store srcline string directly

2017-10-09 Thread Milian Wolff
This is a preparation for the creation of real callchain entries for inlined frames. The rest of the perf code uses the srcline string. As such, using that also for the srcline API allows us to simplify some of the upcoming code. Most notably, it will allow us to cache the srcline for a given