summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeconfiguration.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au1-2/+43
2019-06-24Multiple bug fixes (#25308)José Rivero1-62/+4
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk1-0/+1
2019-06-13Multiple EventPipe related bugs/issues (#25112)José Rivero1-0/+1
2019-06-11Use the per session configuration to invoke the EventPipeProvider callbacks (...Andrew Au1-3/+10
2019-06-11Make GetSessionProvider const (#25085)Andrew Au1-1/+1
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-2/+12
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-68/+53
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-135/+75
2019-05-01Remove the RundownThread filterAndrew Au1-6/+1
2019-04-26Refactored the duplicated code into a template method patternAndrew Au1-12/+7
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au1-15/+31
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-4/+2
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-56/+64
2019-03-09Avoid StackWalk in EventPipeEventInstance constructorAndrew Au1-0/+1
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-3/+9
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins1-2/+2
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-2/+2
2018-06-04Flow EventSources to EventPipe on Windows (#18217)Brian Robbins1-6/+6
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins1-1/+5
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-20/+7
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-218/+80
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-24/+39
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-39/+24
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-24/+39
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins1-1/+44
2017-09-14EventPipeProvider destructor hardening (#13958)Victor "Nate" Graf1-50/+76
2017-09-13Eliminate double delete in EventPipeProvider cleanup (#13833)Victor "Nate" Graf1-8/+3
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-26/+16
2017-08-28EventPipe: fix memory leaks (#12476)Konstantin Baladurin1-2/+23
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-1/+1
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins1-1/+3
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-1/+28
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-3/+5
2017-05-15EventPipe: Prepend variable length field sizes (#11600)Brian Robbins1-1/+5
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-2/+38
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-8/+259
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-0/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+271