summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeconfiguration.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-26EventPipe events should only be sent to sessions that are listening to the ev...Andrew Au1-1/+3
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au1-1/+4
2019-06-24Multiple bug fixes (#25308)José Rivero1-49/+0
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-1/+1
2019-06-11Make GetSessionProvider const (#25085)Andrew Au1-1/+1
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-6/+8
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-11/+9
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-34/+55
2019-05-01Remove the RundownThread filterAndrew Au1-12/+0
2019-04-26Refactored the duplicated code into a template method patternAndrew Au1-39/+0
2019-04-25Using SList<SListElem<T>> to store the EventPipeProviderCallbackDataAndrew Au1-2/+1
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au1-5/+35
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-2/+1
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-12/+13
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins1-1/+1
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-1/+2
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins1-0/+12
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-0/+1
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-74/+21
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins1-0/+6
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-4/+4
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-1/+1
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-0/+3
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-1/+1
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-0/+9
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-2/+90
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+64