Fix missing GC events on non-Windows for nativeaot (#88282)
authorElinor Fung <elfung@microsoft.com>
Mon, 10 Jul 2023 03:55:18 +0000 (23:55 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 03:55:18 +0000 (20:55 -0700)
commitacafb20ec5f5f5b25d3a71b690c6b6d506e03512
tree4cd3d894e9eeecad21e4390cc4f4c347b4983eff
parentcaff01c55e92d98b8ec077efc22783d24a69b198
Fix missing GC events on non-Windows for nativeaot (#88282)
16 files changed:
src/coreclr/nativeaot/Runtime/CMakeLists.txt
src/coreclr/nativeaot/Runtime/eventpipe/disableddotnetruntime.cpp
src/coreclr/nativeaot/Runtime/eventpipe/dotnetruntime.cpp
src/coreclr/nativeaot/Runtime/eventtrace.cpp
src/coreclr/nativeaot/Runtime/eventtrace.h
src/coreclr/nativeaot/Runtime/eventtrace_bulktype.cpp [moved from src/coreclr/nativeaot/Runtime/rheventtrace.cpp with 71% similarity]
src/coreclr/nativeaot/Runtime/eventtrace_etw.h [new file with mode: 0644]
src/coreclr/nativeaot/Runtime/eventtrace_gcheap.cpp [new file with mode: 0644]
src/coreclr/nativeaot/Runtime/eventtracebase.h
src/coreclr/nativeaot/Runtime/eventtracepriv.h
src/coreclr/nativeaot/Runtime/gcenv.h
src/coreclr/nativeaot/Runtime/rheventtrace.h [deleted file]
src/coreclr/vm/CMakeLists.txt
src/coreclr/vm/eventtrace.cpp
src/coreclr/vm/eventtrace_bulktype.cpp [new file with mode: 0644]
src/coreclr/vm/eventtrace_gcheap.cpp [new file with mode: 0644]