summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeconfiguration.h
AgeCommit message (Expand)AuthorFilesLines
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