summaryrefslogtreecommitdiff
path: root/src/vm/eventtrace.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Fix warning causing error in warning as error (Windows) (#21697)Ben Adams1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens1-0/+4
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-10/+2
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-73/+29
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-1/+1
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-4/+4
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski1-1/+1
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-25/+9
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins1-99/+34
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-11/+18
2018-05-24Typo (#18122)John Doe1-3/+3
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-4/+4
2018-01-31Add ETL flags for ReadyToRun (#15801)Andy Ayers1-6/+12
2018-01-30[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#1...Sean Gillespie1-76/+2
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-7/+128
2018-01-18Convert BulkTypeLogger Allocations From Stack to Heap (#15907)Brian Robbins1-8/+13
2017-11-17fix for il to native mapping etw events (#15038)David Mason1-3/+4
2017-07-24Add the runtime code versioning featurenoahfalk1-3/+3
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+1
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka1-18/+5
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-1/+13
2017-05-05Fixed issue #11383 (#11385)sergey ignatov1-2/+2
2017-04-27Turn on unwind information at informational level rather than Info level. (#1...Vance Morrison1-2/+2
2017-03-311. Remove disable of C4996Rahul Kumar1-21/+0
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-3/+3
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-3/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+20
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-43/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-20/+0
2017-02-08Filter RefEmit modules in SendEventsForNgenMethods (#9418)Jan Kotas1-4/+1
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-4/+4
2016-09-12Merge pull request #7102 from vancem/ETWGCDumpFix.9-7-16Vance Morrison1-7/+6
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-10/+10
2016-09-07Fix issue where Type Names are not resolved if a heap dump is done twice.Vance Morrison1-7/+6
2016-06-01Squashed commit of the following:David Mason1-27/+74
2016-05-14Replace ldiv with normal division for PALKshama Pawar1-6/+5
2016-04-25Fixing up FEATURE_EVENTSOURCE_XPLATDDCloud1-27/+0
2016-04-18Add support for ready to run to NGEN rundown.Brian Robbins1-5/+28
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-8/+8
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Some formatting cleanupJan Vorlicek1-1/+1
2015-11-19Replaced remaining typesJan Vorlicek1-3/+3
2015-10-21Enable EventSource Logging in Linux via LttngRama1-0/+27
2015-10-11This enables Lttng Logging for CoreClr,Rama1-10/+36
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot1-0/+242
2015-08-27Replace missed MAX_PATH defines with new defines in vm.Lakshmi Priya Sekar1-2/+2
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-5/+5
2015-07-22Update ETW allocation sampling shutdown method contract.Brian Robbins1-1/+1