Implement ICorProfilerInfo14::EnumerateNonGCObjects (#85100)
authorEgor Bogatov <egorbo@gmail.com>
Wed, 26 Apr 2023 11:06:05 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 11:06:05 +0000 (13:06 +0200)
commite5798eb76a163cff7208fdacb38663cd34121f56
treed65bd6493af02fe35cf0b082da46e0a66e95b702
parentac2b3535695fada0e0a2b5426a3dcaca0bc305e3
Implement ICorProfilerInfo14::EnumerateNonGCObjects (#85100)
15 files changed:
src/coreclr/inc/corprof.idl
src/coreclr/pal/prebuilt/idl/corprof_i.cpp
src/coreclr/pal/prebuilt/inc/corprof.h
src/coreclr/vm/frozenobjectheap.cpp
src/coreclr/vm/frozenobjectheap.h
src/coreclr/vm/profilingenumerators.cpp
src/coreclr/vm/profilingenumerators.h
src/coreclr/vm/proftoeeinterfaceimpl.cpp
src/coreclr/vm/proftoeeinterfaceimpl.h
src/tests/profiler/gc/nongcheap.cs
src/tests/profiler/native/guids.cpp
src/tests/profiler/native/nongcheap/nongcheap.cpp
src/tests/profiler/native/nongcheap/nongcheap.h
src/tests/profiler/native/profiler.cpp
src/tests/profiler/native/profiler.h