summaryrefslogtreecommitdiff
path: root/src/vm/eventpipeprovider.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-26EventPipe events should only be sent to sessions that are listening to the ev...Andrew Au1-5/+2
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au1-4/+5
2019-06-24Multiple bug fixes (#25308)José Rivero1-5/+5
2019-06-11Use the per session configuration to invoke the EventPipeProvider callbacks (...Andrew Au1-2/+9
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-8/+29
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au1-2/+5
2019-04-17Removing the unnecessary friend relationshipAndrew Au1-1/+0
2019-03-21Avoid stack walk as specified in the exclusion listAndrew Au1-8/+1
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-1/+1
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-12/+2
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-3/+0
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-0/+3
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-3/+0
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins1-1/+1
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-3/+6
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-1/+15
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-3/+3
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-0/+1
2017-05-12Don't allow specification of needStack to EventPipeProvider when creating an ...Brian Robbins1-1/+9
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-10/+4
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-7/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+106