Add More Process Information to EventPipe Traces (#17080)
authorBrian Robbins <brianrob@microsoft.com>
Wed, 21 Mar 2018 20:31:04 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Mar 2018 20:31:04 +0000 (13:31 -0700)
commitb82063e24b34c875891916a1bbc01728b9022bf3
tree8af81814d735831c09ed7b354b0c1b00ff331783
parent166258a0b07246bb829695cebb1223b057339b49
Add More Process Information to EventPipe Traces (#17080)
12 files changed:
src/mscorlib/src/System/Diagnostics/Eventing/EventPipe.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeEventProvider.cs
src/vm/CMakeLists.txt
src/vm/corhost.cpp
src/vm/eventpipe.cpp
src/vm/eventpipe.h
src/vm/eventpipeeventsource.cpp [new file with mode: 0644]
src/vm/eventpipeeventsource.h [new file with mode: 0644]
src/vm/eventpipefile.cpp
src/vm/eventpipemetadatagenerator.cpp [new file with mode: 0644]
src/vm/eventpipemetadatagenerator.h [new file with mode: 0644]
tests/src/tracing/tracevalidation/tracelogging/EventSourceTest.cs