[PATCH] perf unwind: Unwind with libdw doesn't take symfs into account

2018-02-11 Thread Martin Vuille
Path passed to libdw for unwinding doesn't include symfs path if specified, so unwinding fails because ELF file is not found. Similar to unwinding with libunwind, pass symsrc_filename instead of long_name. If there is no symsrc_filename, fallback to long_name. Signed-off-by: Martin Vuille

[PATCH] perf unwind: Unwind with libdw doesn't take symfs into account

2018-02-11 Thread Martin Vuille
Path passed to libdw for unwinding doesn't include symfs path if specified, so unwinding fails because ELF file is not found. Similar to unwinding with libunwind, pass symsrc_filename instead of long_name. If there is no symsrc_filename, fallback to long_name. Signed-off-by: Martin Vuille ---