EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)
authorBrian Robbins <brianrob@microsoft.com>
Fri, 12 May 2017 17:51:31 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Fri, 12 May 2017 17:51:31 +0000 (10:51 -0700)
commitfca97d0ca72524b3bdd61817f7a172dd47d53287
tree2cd8ca575969c94f487e7e9d175099b31fcf6ff6
parentf70698458849e3541dc96fac8d6c0d6b52ccf048
EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)
26 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/src/System/Diagnostics/Eventing/EventPipe.cs [new file with mode: 0644]
src/mscorlib/src/System/Diagnostics/Eventing/EventPipeEventProvider.cs
src/vm/CMakeLists.txt
src/vm/ecalllist.h
src/vm/eventpipe.cpp
src/vm/eventpipe.h
src/vm/eventpipebuffer.cpp [new file with mode: 0644]
src/vm/eventpipebuffer.h [new file with mode: 0644]
src/vm/eventpipebuffermanager.cpp [new file with mode: 0644]
src/vm/eventpipebuffermanager.h [new file with mode: 0644]
src/vm/eventpipeconfiguration.cpp
src/vm/eventpipeconfiguration.h
src/vm/eventpipeevent.h
src/vm/eventpipeeventinstance.cpp
src/vm/eventpipeeventinstance.h
src/vm/eventpipefile.cpp
src/vm/eventpipefile.h
src/vm/eventpipejsonfile.cpp
src/vm/eventpipejsonfile.h
src/vm/eventpipeprovider.cpp
src/vm/eventpipeprovider.h
src/vm/sampleprofiler.cpp
src/vm/sampleprofiler.h
src/vm/threads.cpp
src/vm/threads.h