Skip to content

v0.11.0

Compare
Choose a tag to compare
@mstange mstange released this 06 Jan 19:14
· 1075 commits to main since this release

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.