[PATCH 08/15] perf script: Mark inlined frames and do not print DSO for them

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Instead of showing the (repeated) DSO name of the non-inlined frame, we now show the "(inlined)" suffix instead. Before: 214f7 __hypot_finite (/usr/lib/libm-2.25.so) ace3 hypot (/usr/lib/libm-2.25.so)

[PATCH 08/15] perf script: Mark inlined frames and do not print DSO for them

2017-10-25 Thread Arnaldo Carvalho de Melo
From: Milian Wolff Instead of showing the (repeated) DSO name of the non-inlined frame, we now show the "(inlined)" suffix instead. Before: 214f7 __hypot_finite (/usr/lib/libm-2.25.so) ace3 hypot (/usr/lib/libm-2.25.so) a4a