Add the concept of "notification profilers" to the runtime (#53122)
authorDavid Mason <davmason@microsoft.com>
Tue, 15 Jun 2021 18:54:02 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Jun 2021 18:54:02 +0000 (11:54 -0700)
commitab71c1f4031d449ed3d60ccaaecb629bb73b648a
tree891426baadbc67a3718edc12632887ef5cc83d00
parent63c8ab2e7acedca0547bc9d59ba8b7d34faf3ddb
Add the concept of "notification profilers" to the runtime (#53122)
55 files changed:
src/coreclr/dlls/mscorrc/mscorrc.rc
src/coreclr/dlls/mscorrc/resource.h
src/coreclr/gc/gcinterface.ee.h
src/coreclr/inc/CrstTypes.def
src/coreclr/inc/clrconfigvalues.h
src/coreclr/inc/corprof.idl
src/coreclr/inc/profilepriv.h
src/coreclr/inc/profilepriv.inl
src/coreclr/inc/sarray.inl
src/coreclr/pal/prebuilt/idl/corprof_i.cpp
src/coreclr/pal/prebuilt/inc/corprof.h
src/coreclr/vm/ClrEtwAll.man
src/coreclr/vm/appdomain.cpp
src/coreclr/vm/assembly.cpp
src/coreclr/vm/ceeload.cpp
src/coreclr/vm/ceemain.cpp
src/coreclr/vm/class.cpp
src/coreclr/vm/clsload.cpp
src/coreclr/vm/comcallablewrapper.cpp
src/coreclr/vm/comsynchronizable.cpp
src/coreclr/vm/crossgencompile.cpp
src/coreclr/vm/eetoprofinterfaceimpl.cpp
src/coreclr/vm/eetoprofinterfaceimpl.h
src/coreclr/vm/eetoprofinterfaceimpl.inl
src/coreclr/vm/eetoprofinterfacewrapper.inl
src/coreclr/vm/eventing/eventpipe/ds-rt-coreclr.h
src/coreclr/vm/eventing/eventpipe/ep-rt-coreclr.h
src/coreclr/vm/eventpipeadapter.h
src/coreclr/vm/eventpipeinternal.cpp
src/coreclr/vm/eventtrace.cpp
src/coreclr/vm/gcenv.ee.cpp
src/coreclr/vm/gchandleutilities.cpp
src/coreclr/vm/genanalysis.cpp
src/coreclr/vm/jitinterface.cpp
src/coreclr/vm/prestub.cpp
src/coreclr/vm/profdetach.cpp
src/coreclr/vm/profdetach.h
src/coreclr/vm/profilinghelper.cpp
src/coreclr/vm/profilinghelper.h
src/coreclr/vm/proftoeeinterfaceimpl.cpp
src/coreclr/vm/proftoeeinterfaceimpl.h
src/coreclr/vm/readytoruninfo.cpp
src/coreclr/vm/rejit.cpp
src/coreclr/vm/rejit.inl
src/coreclr/vm/runtimehandles.cpp
src/coreclr/vm/threads.cpp
src/coreclr/vm/threads.h
src/coreclr/vm/threadsuspend.cpp
src/mono/mono/component/event_pipe.c
src/native/eventpipe/ds-eventpipe-protocol.c
src/native/eventpipe/ep-session.c
src/native/eventpipe/ep-session.h
src/native/eventpipe/ep-types-forward.h
src/native/eventpipe/ep.c
src/native/eventpipe/ep.h