Add ActivityId Support to EventPipe (#16055)
authorBrian Robbins <brianrob@microsoft.com>
Tue, 30 Jan 2018 02:49:51 +0000 (18:49 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 02:49:51 +0000 (18:49 -0800)
commit6555bd3a1f6e6de0604e3065b4040c3a6ac1e44e
treeceea55c993c6103e0305b8dfbd503093e527323d
parentad7c1e85fa95a92d5cc58b93b6ca9e2b77ec86b6
Add ActivityId Support to EventPipe (#16055)
13 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/src/System/Diagnostics/Eventing/EventPipe.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeEventProvider.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventSource_CoreCLR.cs
src/vm/ecalllist.h
src/vm/eventpipe.cpp
src/vm/eventpipe.h
src/vm/threads.cpp
src/vm/threads.h
tests/src/tracing/common/Assert.cs [new file with mode: 0755]
tests/src/tracing/common/common.csproj
tests/src/tracing/eventactivityidcontrol/EventActivityIdControl.cs [new file with mode: 0755]
tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj [new file with mode: 0644]