summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-06-28Don't return TRUE on tracepoint_enabled if LTTng library does not exist on bu...Sung Yoon Whang1-1/+1
2019-06-28Avoid the multiplication generated by mc.exe (#25454)Andrew Au1-1/+13
2019-06-25Fix LTTng filtering for runtime providers (#25374)Sung Yoon Whang1-14/+50
2019-06-25Fix broken ETW events (#25364)Sung Yoon Whang1-5/+5
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-0/+137
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky6-598/+320
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-8/+10
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au3-59/+69
2019-03-01Turn on IBC and enforce PGO in official and release builds. (#22843)Jeremy Koritzinsky1-1/+3
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-2/+2
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang1-2/+2
2018-12-30Use EventSource guid ctor for RuntimeEventSource (#21714)Ben Adams1-1/+0
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov2-7/+3
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-6/+31
2018-05-21small fixes to build CoreCLR on FreeBSD again (#18072)Tomas Weinfurt1-2/+4
2018-05-16Generate EventSources Representing DotNETRuntime Eventing Providers (#18007)Brian Robbins2-0/+457
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