summaryrefslogtreecommitdiff
path: root/src/vm/eventpipe.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins1-0/+9
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-8/+73
2018-03-17Fix EventSource Test Failures in CoreFX (#16999)Brian Robbins1-1/+0
2018-03-03Fix use of EventPipeConfiguration after it has been freed on shutdown. (#16704)Brian Robbins1-11/+17
2018-02-21Fix EventPipe Test Failures Under GCStress (#16494)Brian Robbins1-0/+4
2018-01-30Add COMPlus variable to control rundown. (#16109)Brian Robbins1-20/+23
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins1-0/+67
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins1-3/+5
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-11/+181
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-33/+59
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-59/+33
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-33/+59
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins1-3/+12
2017-09-07Fix incorrect treatment of pointer as fixed (#13816)Victor "Nate" Graf1-1/+1
2017-09-05Fix access order for double pointer (#13759)Victor "Nate" Graf1-3/+3
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-4/+4
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf1-31/+229
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-7/+13
2017-05-24Mark the EventPipe crst as host breakable. (#11899)Brian Robbins1-1/+1
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins1-3/+3
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-2/+50
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-6/+17
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins1-0/+2
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-1/+42
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-51/+167
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-2/+67
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-40/+115
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-0/+234