Skip to content

PerfView and TraceEvent 3.2.1

Choose a tag to compare

@brianrob brianrob released this 06 Apr 20:55
· 28 commits to main since this release
543e9e9

Native and R2R Symbol Download and Parsing Now Available

As of this release, if you capture a trace using dotnet-trace collect-linux or record-trace, native and R2R symbols can now be downloaded and resolved at analysis time. All .NET symbols (both native and R2R) are available on the Microsoft Symbol Server. Additionally, many Azure Linux symbol files are available on the Microsoft Symbol Server. For those targeting other distros, PerfView and TraceEvent are capable of pulling those symbol files from local directories by adding a local symbol path pointing to the files.

Most of the work for this was completed in PerfView and TraceEvent 3.2.1 with the final required fixes present in this release.

What's Changed

  • Optimize nettrace-to-TraceLog Conversion by @brianrob in #2403
  • Embed missing System.Text.Json transitive dependencies in PerfView by @brianrob in #2404

Full Changelog: v3.2.0...v3.2.1