Skip to content
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

Allow user to specify a rundown keyword to override the default. #101189

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

cshung
Copy link
Member

@cshung cshung commented Apr 17, 2024

This change allows user to specify a rundown keyword to override the default. Using a newly introduced EP_COMMANDID_COLLECT_TRACING_4, the user can specify a rundown keyword and let the rundown process to use that.

The capability will be leveraged by dotnet/diagnostics#4615 to allow collecting only the GCSettingsEvent for gc-collect profile.

Fixes #100871

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! A few small suggestions inline.

src/native/eventpipe/ds-eventpipe-protocol.h Show resolved Hide resolved
src/native/eventpipe/ds-eventpipe-protocol.c Outdated Show resolved Hide resolved
src/native/eventpipe/ds-eventpipe-protocol.c Outdated Show resolved Hide resolved
src/native/eventpipe/ds-eventpipe-protocol.c Outdated Show resolved Hide resolved
@cshung cshung force-pushed the public/specify-rundown-keyword branch from a423c94 to 0eac56c Compare April 19, 2024 14:34
@cshung cshung force-pushed the public/specify-rundown-keyword branch from 0eac56c to 450154e Compare April 19, 2024 14:41
@cshung cshung merged commit f806da2 into dotnet:main Apr 19, 2024
129 of 132 checks passed
@cshung cshung deleted the public/specify-rundown-keyword branch April 19, 2024 19:38
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support specifying rundown keyword in EventPipe
2 participants