summaryrefslogtreecommitdiff
path: root/src/vm/eventpipe.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Fix disabling wrong session on EventPipe::Shutdown (#25409)José Rivero1-2/+2
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au1-7/+7
2019-06-25Stop deallocating provider/events on shutdown (#25369)José Rivero1-6/+9
2019-06-24Make s_numberOfSessions Volatile as advertisement to other devs that the data...José Rivero1-2/+2
2019-06-24Multiple bug fixes (#25308)José Rivero1-65/+81
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk1-0/+24
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-140/+1
2019-06-13Multiple EventPipe related bugs/issues (#25112)José Rivero1-39/+48
2019-06-11Refactor one-time ETL rundown event firing (#24993)Koundinya Veluri1-3/+0
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-3/+10
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero1-145/+219
2019-06-04EventPipe fixes (#24952)Andrew Au1-1/+1
2019-05-31Move EventPipeEventSource deletion to a better place (#24901)Sung Yoon Whang1-2/+5
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero1-377/+246
2019-05-15Avoid doing dangerous cleanup in case of process detachAndrew Au1-0/+14
2019-05-14Log the real command line in case the process is started as a serviceAndrew Au1-1/+11
2019-05-02Make sure the thread running EventPipe::Disable is registered with the thread...Andrew Au1-5/+3
2019-05-01Remove the RundownThread filterAndrew Au1-6/+2
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang1-3/+27
2019-04-30Changing comments/names that refers to file switching to flushing insteadAndrew Au1-7/+7
2019-04-30Add more asserts for the EventPipeBufferManager consumersAndrew Au1-0/+1
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan1-49/+2
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan1-2/+49
2019-04-26Undo a change where we ignore the specified EventPipe sessionType.José Rivero1-4/+4
2019-04-26Refactored the duplicated code into a template method patternAndrew Au1-78/+59
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan1-49/+2
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au1-45/+102
2019-04-20Tighten asserts (#24124)Andrew Au1-2/+2
2019-04-18If IPC connections fails, then remove active session. (#24082)José Rivero1-2/+25
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero1-85/+50
2019-04-08Remove the MultiFileSec option from EventPipe. (#23777)José Rivero1-140/+8
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-97/+169
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-339/+89
2019-03-09Avoid StackWalk in EventPipeEventInstance constructorAndrew Au1-0/+1
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-8/+4
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-4/+4
2018-10-25Remove debug-only file writers. (#20612)Brian Robbins1-96/+2
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins1-6/+204
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins1-124/+0
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins1-31/+0
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-11/+64
2018-07-17Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03013-03, preview1-26...dotnet-maestro-bot1-1/+1
2018-07-02Dispatch Runtime Events to EventListener (#18649)Brian Robbins1-31/+121
2018-06-04Flow EventSources to EventPipe on Windows (#18217)Brian Robbins1-2/+2
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