summaryrefslogtreecommitdiff
path: root/src/scripts/genEventPipe.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-91/+67
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au1-9/+20
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov1-6/+2
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins1-1/+1
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-2/+3
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-135/+178
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-178/+135
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-135/+178
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-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 Robbins1-0/+500