summaryrefslogtreecommitdiff
path: root/src/vm/eventpipebuffer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk1-0/+2
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-1/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-55/+62
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-43/+28
2019-05-17Allow the write when the buffer can fit the event exactlyAndrew Au1-1/+1
2019-05-01Simplifying Pop() logicAndrew Au1-5/+1
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang1-8/+36
2019-03-27Eliminate EventPipeBuffer::Close()Andrew Au1-16/+0
2019-03-13Fix issue 23151 (Cleanup TODO introduced by PR #23148)Andrew Au1-2/+10
2019-03-09Avoid StackWalk in EventPipeEventInstance constructorAndrew Au1-0/+1
2019-03-05Fix issue 23040Andrew Au1-3/+11
2019-03-05Fix issue 23037Andrew Au1-4/+3
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-4/+5
2018-08-10Align the Contents of EventPipeBuffers (#19375)Brian Robbins1-9/+11
2018-02-05fix the Incorrect EventPipe Assert, fixes #16158Adam Sitnik1-1/+1
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-5/+5
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins1-1/+2
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-3/+3
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-3/+3
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-3/+3
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-5/+6
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins1-2/+4
2017-05-23Return early if EventPipeBuffer is empty. (#11855)Brian Robbins1-0/+4
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+275