Skip to content

Tags: karpinsn/perfview

Tags

P2.0.12

Toggle P2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#632 from vancem/UpdateVersion

Update verrsion number to 2.0.12

T2.0.11.0

Toggle T2.0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ContinueOnError, minor fixes (microsoft#621)

* ContinueOnError, minor fixes

1. Added a ContinOneError option when creating an ETLX file.  Basically if there is an error reading the input it simply stops converting and makes an ETLX file out of what it has.  This is useful when there corruption, but it is not at the start.  This not the default.   PerfView uses it when the /ContinueOnError option is given.

2. Fixed issue with msdia140 not working on .NET Core properly (we were using foreach which drags in conversion routines not supported on .NET Core.

3.  Added an explict reference to nuget.org when looking up packages.  We have had people trying to build PerfView in environments that don't have this reference (they have a clone).

4.  Added a 'ThreadState' entry ot the 'Blocked CSwitch' stack in the 'AnyStacks view'.  This is useful.

* Previous replacement for foreach did not work.

T2.0.10.0

Toggle T2.0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#614 from vancem/master

Fix for DLL not found on Desktop for TraceEvent when collecting

T2.0.10

Toggle T2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#614 from vancem/master

Fix for DLL not found on Desktop for TraceEvent when collecting

P2.0.7

Toggle P2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#588 from vancem/CleanupIfDefs

Cleanup unused ifdefs

T2.0.6.0

Toggle T2.0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#583 from vancem/UpdateDocs

Add Docs for TraceEvent

T2.0.4.0

Toggle T2.0.4.0's commit message
Event blocks (microsoft#546)

* Changes for the next version of the EventPipe file format

* Added Versioning support, documentation

* Update V3 format for Event MetaData

This simplifies the V3 format.  I also spit out the code for the old format
so it would be easier to remove it later.

* nits

* making it work with the latest format

* padding support

* get ProviderId based on ProviderName, assume Metadata is mandatory and it's lenght does not come first

* update the tests

* update test file after merge of my fork with CoreCLR/master

* update C# version for all projects

* improvements after code review

* improvements after code review

* aligning change: after the block size comes eventual padding

T2.0.3.0

Toggle T2.0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove attempt to sign ETWClrProfiler.dll (microsoft#543)

T2.0.3

Toggle T2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove attempt to sign ETWClrProfiler.dll (microsoft#543)

P2.0.2

Toggle P2.0.2's commit message
Merge pull request microsoft#516 from vancem/MsPdbSourceLink

Support SourceLink in Microsoft PDBs