Automating Event Logging Infrastructure: With this change the infrastructure required...
authorRama <ramarag@microsoft.com>
Tue, 22 Dec 2015 03:26:52 +0000 (19:26 -0800)
committerRama <ramarag@microsoft.com>
Mon, 28 Dec 2015 23:41:59 +0000 (15:41 -0800)
commitf1f40524c17035247666ca7f04e9dd41c5d1c172
tree098d7521298cc8302e82e3958f867a0b62906397
parent4be02beac6b35dc675956c55ed0ab7b947fd5c4f
Automating Event Logging Infrastructure: With this change the infrastructure required for Event Logging
will be generated as part of build
39 files changed:
.gitignore
Documentation/README.md
Documentation/building/windows-instructions.md
Documentation/coding-guidelines/EventLogging.md [new file with mode: 0644]
build.cmd
build.sh
src/CMakeLists.txt
src/dlls/clretwrc/CMakeLists.txt
src/inc/eventtracebase.h
src/inc/genXplatEtw.pl [deleted file]
src/inc/genXplatLtnng.pl [deleted file]
src/pal/prebuilt/inc/clrallevents.h [deleted file]
src/pal/prebuilt/inc/clretwall.h [deleted file]
src/pal/prebuilt/inc/clretwallmain.h [deleted file]
src/pal/prebuilt/inc/clrxplatevents.h [deleted file]
src/pal/prebuilt/inc/etmdummy.h [deleted file]
src/pal/src/CMakeLists.txt
src/pal/src/eventprovider/CMakeLists.txt [deleted file]
src/pal/src/eventprovider/lttng/eventprovdotnetruntime.cpp [deleted file]
src/pal/src/eventprovider/lttng/eventprovdotnetruntimeprivate.cpp [deleted file]
src/pal/src/eventprovider/lttng/eventprovdotnetruntimerundown.cpp [deleted file]
src/pal/src/eventprovider/lttng/eventprovdotnetruntimestress.cpp [deleted file]
src/pal/src/eventprovider/lttng/tpdotnetruntime.h [deleted file]
src/pal/src/eventprovider/lttng/tpdotnetruntimeprivate.h [deleted file]
src/pal/src/eventprovider/lttng/tpdotnetruntimerundown.h [deleted file]
src/pal/src/eventprovider/lttng/tpdotnetruntimestress.h [deleted file]
src/pal/src/eventprovider/lttng/traceptprovdotnetruntime.cpp [deleted file]
src/pal/src/eventprovider/lttng/traceptprovdotnetruntimeprivate.cpp [deleted file]
src/pal/src/eventprovider/lttng/traceptprovdotnetruntimerundown.cpp [deleted file]
src/pal/src/eventprovider/lttng/traceptprovdotnetruntimestress.cpp [deleted file]
src/pal/src/eventprovider/tracepointprovider/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/CMakeLists.txt
src/pal/tests/palsuite/eventprovider/CMakeLists.txt [deleted file]
src/pal/tests/palsuite/eventprovider/clralltestevents.cpp [deleted file]
src/pal/tests/palsuite/eventprovider/testinfo.dat [deleted file]
src/pal/tools/probe-win.ps1
src/scripts/genWinEtw.py [new file with mode: 0644]
src/scripts/genXplatEventing.py [new file with mode: 0644]
src/scripts/genXplatLttng.py [new file with mode: 0644]