summaryrefslogtreecommitdiff
path: root/src/vm/eventpipefile.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-20/+245
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-1/+4
2019-04-20Tighten asserts (#24124)Andrew Au1-1/+1
2019-04-18If IPC connections fails, then remove active session. (#24082)José Rivero1-0/+6
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang1-0/+14
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-26/+6
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-5/+4
2018-10-25Remove debug-only file writers. (#20612)Brian Robbins1-20/+1
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-3/+7
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-45/+114
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-5/+5
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-5/+5
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-5/+5
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-0/+3
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-5/+23
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+146