summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins3-4/+4
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-2/+3
2018-01-10Fix incremental build by preventing nonchanging writes (#15817)Victor "Nate" Graf3-60/+86
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf9-673/+1091
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf9-1082/+673
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf9-673/+1082
2017-11-15Fire tracepoints for methods with no template (#14987)Victor "Nate" Graf1-3/+6
2017-11-07Remove XplatEventLogger::IsEventLogging where possible (#14706)Tom Deseyn1-14/+2
2017-09-18Use the calculated size (offset) instead of estimated (size) (#14049)Victor "Nate" Graf1-1/+1
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-26/+11
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-1/+1
2017-08-08Add build-time check to enforce PGO compilation for applicable DLL files (#13...Victor "Nate" Graf1-0/+77
2017-06-06Fix build breakage on high-processsor machines (#12114)Omair Majid1-0/+2
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-1/+1
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-1/+1
2017-05-12Don't allow specification of needStack to EventPipeProvider when creating an ...Brian Robbins1-8/+3
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins3-13/+582
2017-05-05Fixed issue #11383 (#11385)sergey ignatov1-1/+4
2016-06-28Move intermediate file into intermediate dir (#5981)MyungJoo Ham1-1/+6
2016-06-23Make check-definitions compatible with Python 3.Pat Gavlin1-9/+11
2016-06-23Scripts: verify compiler definitions of native and managed (#4675)MyungJoo Ham1-0/+154
2016-06-01Squashed commit of the following:David Mason1-5/+14
2016-05-20Fix multiple LTTng issues (#5068)Lee Culver2-417/+611
2016-03-25Fix invalid path to genXplatLttng.pyEmmanuel1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+4
2016-03-11Using StackString to improve memory consumption in Lttng EventProviderDDCloud1-18/+18
2016-02-17Fix typo in genXplatEventing.py.Aditya Mandaleeka1-3/+3
2016-01-31Introduce central location for turning FEATURE_EVENT_TRACE on/offJan Kotas1-2/+2
2016-01-29update version of buildtoolsRahul Kumar2-19/+0
2016-01-28Merge pull request #2880 from janvorli/fix-python-scriptJan Vorlicek1-1/+1
2016-01-27Update license headersdotnet-bot3-21/+19
2016-01-27Fix missing format specifier in Utilities.pyJan Vorlicek1-1/+1
2016-01-25Fix Python 3 issue in LTTNG generating code scriptJuergen Hoetzel1-14/+17
2016-01-22Use coreclr buildtools nuget package instead of compiling the tools used duri...Rahul Kumar2-0/+19
2016-01-21Generating Event Logging Headers From CMake for LinuxDDCloud3-140/+132
2016-01-05python3-ize the ETW setup scriptsSean Gillespie4-57/+62
2015-12-31Merge pull request #2494 from ramarag/incremenatal_buildRama krishnan Raghupathy1-0/+48
2015-12-31 Enable Incremental build For Generated FilesRama Krishnan Raghupathy1-0/+48
2015-12-30Add .gitmirrorall directiveJan Kotas1-0/+1
2015-12-28Automating Event Logging Infrastructure: With this change the infrastructure ...Rama3-0/+1534