Uh oh!
There was an error while loading. Please reload this page.
Port EventPipeBuffer, EventPipeBufferList, EventPipeBufferManager to Mono. - #37756
Merged
lateralusX merged 1 commit intoJun 30, 2020
Merged
Conversation
josalem
commented
Jun 11, 2020
Contributor
lateralusXforce-pushed
the
lateralusX/eventpipe-buffer-manager
branch
2 times, most recently
from
June 12, 2020 14:58
70dc7b0 to
946f9e0ComparelateralusXforce-pushed
the
lateralusX/eventpipe-buffer-manager
branch
from
June 19, 2020 10:15
e55477d to
46233c6Comparelambdageek
approved these changes
Jun 26, 2020
lambdageek
left a comment
Member
There was a problem hiding this comment.
LGTM, although I did have a couple of questions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lateralusXforce-pushed
the
lateralusX/eventpipe-buffer-manager
branch
from
June 29, 2020 11:05
46233c6 to
db9feefComparelateralusX
marked this pull request as ready for review
June 29, 2020 11:21
lateralusX
requested review from
CoffeeFlux, SamMonoRT, akoeplinger, alexischr, kg, marek-safar, thaystg and vargaz
as code ownersJune 29, 2020 11:21
Member
(now disabled) WASM failure is due to #38573 |
…Mono. * Port EventPipeBuffer. * Port EventPipeBufferList. * Port EventPipeManager. * Merge internals source files. Changed GETTER_SETTER to only mandate use of inlined functions when calling betweeen source files for different types. Upgraded all use within each source file for direct struct access. * Changed function entry error checkin strategy. Only apply active checks on outer library API, ep.h, and use EP_ASSERT for all other functions. * Dropped requires_lock_held in function naming, switch to comment in header or in forward declare for functions that validates that lock is held. * Removed currently unused GETTER/SETTERS. * Moved more comments into sources from corresponding CoreCLR EventPipe sources. * Add EventPipeBuffer/EventPipeBufferManager unit tests. * Align to changes in native CoreCLR eventpipe* sources. * Add support starting default file session using env variables. * Disable eventpipe callback on WASM due to platform issues with delegates.
lateralusXforce-pushed
the
lateralusX/eventpipe-buffer-manager
branch
from
June 29, 2020 20:27
8df489a to
998e2adCompare
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Continuation of #34600, adding BufferManager into the library including unit tests, merging source files and additional library restructuring.
Next step after this PR will be to enable a file session during runtime and add more unit tests and then start getting diagnostic server component over to Mono.