I'm trying to run samply import perf.data from a different machine than I ran perf on, and used perf archive to export the symbols (as described here). Using perf archive --extract and extracting those symbols into a .debug/ directory allows me to run perf report with the correct symbols. Does samply support something like this?