forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some of the issues around pgo data collection of stack trace data (…
…dotnet#59970) - Improve assembly name acquisition in dotnet-pgo - Use assembly name from AssemblyLoad event, and do not attempt to figure it out from the Module load event - Collect MemoryRegionInfo for all method regions, not just the first. - Add a concept to check a guid associated with the associated dll files to avoid data tearing - Improve parsing of instantiated method signatures when reading an R2R file - Handle the subtly different format which is use for type signatures in the InstantiationMethodSignature portion of an R2R file
- Loading branch information
1 parent
ce4eb48
commit 6e0e2d0
Showing
7 changed files
with
250 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.