| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PerfView.pdb | 2026-01-28 | 1.2 MB | |
| PerfView.exe | 2026-01-28 | 25.2 MB | |
| Microsoft.Diagnostics.Tracing.TraceEvent.3.1.29.snupkg | 2026-01-28 | 1.4 MB | |
| Microsoft.Diagnostics.Tracing.TraceEvent.3.1.29.nupkg | 2026-01-28 | 5.4 MB | |
| PerfView and TraceEvent 3.1.29 source code.tar.gz | 2026-01-28 | 159.5 MB | |
| PerfView and TraceEvent 3.1.29 source code.zip | 2026-01-28 | 159.9 MB | |
| README.md | 2026-01-28 | 1.9 kB | |
| Totals: 7 Items | 352.6 MB | 0 | |
What's Changed
- Warn users when circular buffer overflow causes missing type info in allocation views for selected processes by @Copilot in https://github.com/microsoft/perfview/pull/2326
- Special-Case BitMask Parsing by @brianrob in https://github.com/microsoft/perfview/pull/2327
- Refactor PEFile and PEHeader to use ReadOnlySpan exclusively with zero-copy buffer sharing by @Copilot in https://github.com/microsoft/perfview/pull/2317
- Fix cdbstack parser dropping last sample and missing metrics by @Copilot in https://github.com/microsoft/perfview/pull/2329
- Fix unhandled ArgumentOutOfRangeException when exporting FlameGraph with unrendered canvas by @Copilot in https://github.com/microsoft/perfview/pull/2339
- Add guidance for capturing ETW traces in Kubernetes pods by @Copilot in https://github.com/microsoft/perfview/pull/2344
- Fix merge command line order in kubernetes documentation by @Copilot in https://github.com/microsoft/perfview/pull/2346
- Fix GetRegisteredOrEnabledProviders() documentation claiming list is small by @Copilot in https://github.com/microsoft/perfview/pull/2348
- Fix duplicate stringTable elements in instrumentation manifest by @Copilot in https://github.com/microsoft/perfview/pull/2347
- Fix Histogram.AddMetric losing values after single-bucket to array transition by @Copilot in https://github.com/microsoft/perfview/pull/2337
- Fix clipboard copy formatting based on selection dimensions in Stack Viewer by @Copilot in https://github.com/microsoft/perfview/pull/2332
- Fix XML escaping in GetManifestForRegisteredProvider by @Copilot in https://github.com/microsoft/perfview/pull/2351
- Fix race condition in ProviderNameToGuid causing ERROR_INSUFFICIENT_BUFFER crashes by @Copilot in https://github.com/microsoft/perfview/pull/2357
Full Changelog: https://github.com/microsoft/perfview/compare/v3.1.28...v3.1.29