summaryrefslogtreecommitdiff
path: root/src/vm/eventpipesession.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe1-0/+15
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason1-4/+23
2019-07-03Prevent EventPipe rundown from blocking on write (#25523)John Salem1-28/+14
2019-07-02Add RundownRequested switch to EventPipe IPC protocol (#25495)Sung Yoon Whang1-1/+3
2019-06-26Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe1-0/+15
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au1-1/+1
2019-06-24Multiple bug fixes (#25308)José Rivero1-50/+38
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-0/+5
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-1/+0
2019-06-11Make GetSessionProvider const (#25085)Andrew Au1-1/+1
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-11/+57
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-15/+9
2019-06-04EventPipe fixes (#24952)Andrew Au1-1/+3
2019-06-03Fix use after free AV in EventPipe (#24924)Juan Hoyos1-1/+18
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-20/+399
2019-05-09Fix an overflow issue with eventpipe buffer size (#24512)Sung Yoon Whang1-1/+1
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero1-1/+2
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-3/+1
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-220/+6
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-8/+27
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins1-1/+3
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins1-28/+14
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+2
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-0/+2
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-0/+296