Add EventSource TraceLogging Support for EventPipe (#16861)
authorBrian Robbins <brianrob@microsoft.com>
Thu, 15 Mar 2018 02:18:38 +0000 (19:18 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Mar 2018 02:18:38 +0000 (19:18 -0700)
commit1f60afdba8670a366e45bfb0707d18997a53fe4c
treec6b806123d9f79d129a21b6cf41ea7fc94951712
parent8e4a28436714d57bc2ad670fa9af38e0300e827b
Add EventSource TraceLogging Support for EventPipe (#16861)
14 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System/Diagnostics/Tracing/EventDescriptor.cs
src/mscorlib/shared/System/Diagnostics/Tracing/EventProvider.cs
src/mscorlib/shared/System/Diagnostics/Tracing/EventSource.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/InvokeTypeInfo.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeEventProvider.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeMetadataGenerator.cs [new file with mode: 0644]
tests/issues.targets
tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs [new file with mode: 0644]
tests/src/tracing/tracevalidation/tracelogging/TraceLogging.cs [new file with mode: 0644]
tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj [new file with mode: 0644]