summaryrefslogtreecommitdiff
path: root/src/vm/eventpipebuffermanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason1-7/+35
2019-06-25Policheck comment adjustmentNoah Falk1-1/+1
2019-06-24Multiple bug fixes (#25308)José Rivero1-4/+4
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-0/+1
2019-06-13Multiple EventPipe related bugs/issues (#25112)José Rivero1-18/+18
2019-06-11Compilation fixes (#25084)Sinan Kaya1-1/+1
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-488/+686
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-141/+125
2019-06-07Fix a race condition in EventPipe (#25025)Andrew Au1-35/+46
2019-06-04EventPipe fixes (#24952)Andrew Au1-1/+1
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-73/+146
2019-05-02Make sure we check the second buffer's creation date before we returnAndrew Au1-8/+15
2019-05-01Addressing code review feedbacksAndrew Au1-1/+1
2019-05-01Simplifying Pop() logicAndrew Au1-79/+4
2019-05-01Avoid nested spin lock in WriteAllBuffersToFile and GetNextEventAndrew Au1-62/+161
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang1-199/+355
2019-04-30Add more asserts for the EventPipeBufferManager consumersAndrew Au1-0/+2
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang1-3/+5
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-3/+3
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-3/+3
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-103/+39
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-18/+88
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-1/+1
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins1-3/+3
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-7/+35
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-35/+7
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-7/+35
2017-08-28EventPipe: fix memory leaks (#12476)Konstantin Baladurin1-3/+59
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-4/+5
2017-05-31Remove GCX_PREEMP call when allocating a buffer. (#12016)Brian Robbins1-1/+6
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins1-3/+3
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-1/+6
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+798