Closed
Description
The event firing in Native AOT is under a mix of FEATURE_EVENT_TRACE
and FEATURE_ETW
.
Some things don't even attempt to fire:
runtime/src/coreclr/nativeaot/Runtime/gctoclreventsink.cpp
Lines 30 to 37 in eb65022
Implementation of ETW::GCLog
is in eventtrace.cpp, which is only included on Windows:
runtime/src/coreclr/nativeaot/Runtime/CMakeLists.txt
Lines 110 to 115 in c32bee1
(There's a bunch of stuff in there, so it's not quite as simple as including it on non-Windows)
Related (but more involved than): #87325
cc @LakshanF
Metadata
Metadata
Assignees
Type
Projects
Status
No status