-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix missing GC events on non-Windows for nativeaot #88282
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
Fix missing GC events on non-Windows for nativeaot #88282
Conversation
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue Details
This does not change the ETW emitting, so that is still:
Fixes #87445
|
nativeaot\Runtime\eventtrace.cpp and vm\eventtrace.cpp are same files. If you are splitting the nativeaot one into multiple files, you may consider doing the same for coreclr one too so that it is easier to compare and eventually unify. |
3b04711 to
b1fe7e4
Compare
b1fe7e4 to
764ccab
Compare
FEATURE_EVENT_TRACEinstead of only for WindowsThis does not change the ETW emitting, so that is still:
Fixes #87445