Create the concept of EventPipeSession and refactor EventPipe to use it. Also expose...
authorBrian Robbins <brianrob@microsoft.com>
Fri, 26 Jan 2018 04:29:23 +0000 (20:29 -0800)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2018 04:29:23 +0000 (20:29 -0800)
commita118b0571d8ae8bd34c275d02294fa19251345b6
tree505de85259c0263f556d7813fd388abf39eaf2c0
parent5c5695fb05c62f42b969cc33119399e6c8fcf04e
Create the concept of EventPipeSession and refactor EventPipe to use it.  Also expose COMPlus configuration variables to support session configuration and output file path. (#16018)
src/inc/clrconfigvalues.h
src/vm/CMakeLists.txt
src/vm/eventpipe.cpp
src/vm/eventpipe.h
src/vm/eventpipeconfiguration.cpp
src/vm/eventpipeconfiguration.h
src/vm/eventpipeprovider.cpp
src/vm/eventpipesession.cpp [new file with mode: 0644]
src/vm/eventpipesession.h [new file with mode: 0644]