summaryrefslogtreecommitdiff
path: root/src/vm/eventpipebuffer.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-15/+19
2019-05-17Allow the write when the buffer can fit the event exactlyAndrew Au1-1/+1
2019-05-01Addressing code review feedbacksAndrew Au1-2/+3
2019-05-01Simplifying Pop() logicAndrew Au1-2/+2
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang1-5/+50
2019-03-27Eliminate EventPipeBuffer::Close()Andrew Au1-3/+0
2018-08-10Align the Contents of EventPipeBuffers (#19375)Brian Robbins1-0/+15
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins1-1/+2
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-1/+2
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins1-1/+1
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+109