-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono][eventpipe] Implementing MethodDetails and BulkType events #68571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mdh1418
merged 28 commits into
dotnet:main
from
mdh1418:enable_mono_method_details_event
May 19, 2022
Merged
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4c1de70
[coreclr]Extend lttngDataTypeMapping for mono
mdh1418 5e2022e
[mono][eventpipe] Implement SendMethodDetailsEvents on mono
mdh1418 76015cf
[mono][eventpipe] Utilize method signature getter to avoid uncreated …
mdh1418 76a52a6
[mono][eventpipe] Implement BulkType on mono
mdh1418 73cf3a8
debug traces
mdh1418 95a7494
Address struct tab formatting feedback
mdh1418 7426208
Address rg_type_parameter preallocated stack array size
mdh1418 30b7826
[mono][eventpipe] Add helper function to get mono type unique type id…
mdh1418 280d4a7
[mono][eventpipe] Differentiate MonoType and TypeID and pass separately
mdh1418 46f16b6
Address array max rank feedback
mdh1418 5396c04
Address byte_count bug feedback
mdh1418 6c3080c
Address Etw Type Flags feedback
mdh1418 0389903
Address cor_element_type underlying type feedback
mdh1418 5bea5d7
Address logger instance and if_necessary feedback
mdh1418 b51d791
Fix s_name
mdh1418 3e2fa00
Cleanup comment tab spacing
mdh1418 43ea8b6
Address feedback
mdh1418 ac86cd2
Removed temporary debug traces
mdh1418 5001aaf
Utilize macros for array size initialization
mdh1418 4817164
[mono] Mark mono_class_has_finalizer as MONO_COMPONENT_API
mdh1418 e3c9a65
Set global static const to macros
mdh1418 274b5ee
Address feedback
mdh1418 87f87f2
Change Event struct parameter _ElementSize type to size_t
mdh1418 bfb21fa
Remove parallel type id array to reduce bookkeeping and create type i…
mdh1418 f64fdd5
[mono][eventpipe] Add dedicated mempool for BulkTypeEventLogger to dy…
mdh1418 b8985c5
Revert "Change Event struct parameter _ElementSize type to size_t"
mdh1418 50bacd1
Fix write_event_buffer parameter type to avoid C4267 error on windows
mdh1418 49d7366
Move mem_pool under BulkTypeEventLogger
mdh1418 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.