-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/9.0] Add NativeRuntimeEventSource metadata to NativeAot CoreLib #106713
Conversation
This is necessary to allow consumers to parse the payload. Delete unnecessary runtimeflavor argument of genRuntimeEventSources.py script. Fixes #105556
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. please get a code review and then we can merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cc @dotnet/dotnet-diag |
Tagging subscribers to this area: @mangod9 |
Backport of #106641 to release/9.0
/cc @jkotas
Customer Impact
Some event descriptions were missing in event source manifest on native AOT. It prevents these specific events from being parsed by diagnostic tools and other tracing consumers.
Regression
This was bug in a native AOT diagnostic work done during .NET 8. We found it thanks to additional tests.
Testing
Found by new test that is passing now
Risk
Low