summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeprovider.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-0/+1
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-13/+23
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-23/+13
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-13/+23
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins1-15/+3
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-5/+6
2017-08-28EventPipe: fix memory leaks (#12476)Konstantin Baladurin1-0/+2
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-0/+12
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-4/+6
2017-05-12Don't allow specification of needStack to EventPipeProvider when creating an ...Brian Robbins1-0/+13
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-4/+8
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-44/+4
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+253