summaryrefslogtreecommitdiff
path: root/src/vm/eventpipebuffermanager.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason1-3/+8
2019-06-24Multiple bug fixes (#25308)José Rivero1-4/+4
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-126/+107
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-17/+46
2019-06-07Fix a race condition in EventPipe (#25025)Andrew Au1-1/+1
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-25/+50
2019-05-01Addressing code review feedbacksAndrew Au1-2/+3
2019-05-01Simplifying Pop() logicAndrew Au1-9/+2
2019-05-01Avoid nested spin lock in WriteAllBuffersToFile and GetNextEventAndrew Au1-0/+5
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang1-65/+70
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang1-1/+1
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-3/+3
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-3/+54
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-1/+5
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins1-1/+2
2017-08-28EventPipe: fix memory leaks (#12476)Konstantin Baladurin1-0/+1
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/+161