summaryrefslogtreecommitdiff
path: root/src/vm/sampleprofiler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-74/+91
2019-05-15Avoid doing dangerous cleanup in case of process detachAndrew Au1-17/+12
2019-05-08Handle the case when the SamplingProfiler thread is terminated prematurelyAndrew Au1-8/+15
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au1-2/+2
2019-02-12Bug Fix: Calling System.Diagnostics.Tracing.EventPipe.Enable twice asserts #2...José Rivero1-3/+4
2018-01-25Fix Windows-Specific EventPipe Bugs (#16025)Brian Robbins1-6/+5
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-5/+158
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-158/+5
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-5/+158
2017-12-12Don't create the sampling thread if the threadtime event is disabled. (#15473)Brian Robbins1-0/+6
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-2/+2
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins1-1/+25
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins1-1/+1
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo1-1/+1
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins1-10/+6
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-7/+7
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-4/+27
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-0/+155