v0.11.0
This release comes with the following fixes:
- Fixed a panic when closing the profiler tab during loading. (#11)
- On Linux,
samply load perf.data
will now include kernel symbols from/proc/kallsyms
if run with root privileges. - On Linux, if the
DEBUGINFOD_URLS
environment variable is set, samply will fetch symbols from the listed debuginfod servers. - In the profile JSON, additional properties are set to hide some unnecessary UI elements.
- In the profile JSON, macOS library information now has the right "arch" values. Furthermore, symbolication of macOS system libraries from the dyld shared cache will only check the dyld cache files for that architecture.