Re-Factor EventSource to Support Writing to EventPipe (#11435)
authorBrian Robbins <brianrob@microsoft.com>
Wed, 10 May 2017 22:11:28 +0000 (15:11 -0700)
committerGitHub <noreply@github.com>
Wed, 10 May 2017 22:11:28 +0000 (15:11 -0700)
commit377073385e4545d36e1a96429dd78548f87c597c
treef89141239ab55d650e7b516ea10a8514d5c81c44
parent0b625bfdbb97565b7d489d1d083cfaf4dbd47e0d
Re-Factor EventSource to Support Writing to EventPipe (#11435)

Re-Factor EventSource to Support Writing to EventPipe.
18 files changed:
clr.coreclr.props
clr.defines.targets
clrdefinitions.cmake
src/inc/CrstTypes.def
src/inc/crsttypes.h
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Diagnostics/Tracing/EventProvider.cs
src/mscorlib/shared/System/Diagnostics/Tracing/EventSource.cs
src/mscorlib/shared/System/Diagnostics/Tracing/IEventProvider.cs [new file with mode: 0644]
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeEventProvider.cs [new file with mode: 0644]
src/vm/ecalllist.h
src/vm/eventpipe.cpp
src/vm/eventpipe.h
src/vm/eventpipeconfiguration.cpp
src/vm/eventpipeprovider.cpp
src/vm/eventpipeprovider.h
src/vm/mscorlib.cpp