Dispatch Runtime Events to EventListener (dotnet/coreclr#18649)
authorBrian Robbins <brianrob@microsoft.com>
Mon, 2 Jul 2018 22:08:32 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Jul 2018 22:08:32 +0000 (15:08 -0700)
commit7aef92fa231f13f0163b24fcf82f26a55579e347
treeca91b0522d870924e697484da8f9e59d64976cf5
parente73eb95f2fd1ee48fdb040c443c75a1686cb6638
Dispatch Runtime Events to EventListener (dotnet/coreclr#18649)

Commit migrated from https://github.com/dotnet/coreclr/commit/b3b9d08529baaa7afdc38b3ede5dde1e456360b2
23 files changed:
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/DotNETRuntimeEventSource.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipeEventDispatcher.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipeMetadataGenerator.cs
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipePayloadDecoder.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/XplatEventLogger.cs
src/coreclr/src/scripts/genRuntimeEventSources.py
src/coreclr/src/vm/ClrEtwAll.man
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/eventpipe.cpp
src/coreclr/src/vm/eventpipe.h
src/coreclr/src/vm/eventpipebuffermanager.cpp
src/coreclr/src/vm/eventpipebuffermanager.h
src/coreclr/src/vm/eventpipeconfiguration.cpp
src/coreclr/src/vm/eventpipeconfiguration.h
src/coreclr/src/vm/eventpipesession.cpp
src/coreclr/src/vm/eventpipesession.h
src/coreclr/tests/src/tracing/common/RuntimeEventSource.cs [new file with mode: 0644]
src/coreclr/tests/src/tracing/common/common.csproj
src/coreclr/tests/src/tracing/runtimeeventsource/RuntimeEventSourceTest.cs [new file with mode: 0644]
src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs