summaryrefslogtreecommitdiff
path: root/src/vm/proftoeeinterfaceimpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Revert "bail if profiler is terminated"David Mason1-24/+15
2019-10-07bail if profiler is terminatedDavid Mason1-15/+24
2019-10-04[Linux/x86] Use ebp from current context during unwinding (#26789)Konstantin Baladurin1-1/+1
2019-06-25Fix ReJIT failures (#25377)David Mason1-0/+39
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-2/+2
2019-06-05APIs to allow profilers to use DoStackSnapShot on Linux (#24968)David Mason1-13/+67
2019-05-22Add EnumerateRefs API and remove GetObjectReferences (#24542)Mukul Sabharwal1-62/+11
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-4/+61
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal1-1/+41
2019-04-29Fix GetObjectReferences API when caller doesn't zero the param (#24299)Mukul Sabharwal1-0/+1
2019-04-25Add IsFrozenObject Profiler API (#24239)Mukul Sabharwal1-0/+36
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal1-0/+106
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-6/+5
2019-03-19Reintroduce PR #22617 (Update added types and methoddefs on ApplyMetadata) (#...David Mason1-2/+2
2019-02-28Revert "Update added types and methoddefs on ApplyMetadata (#22617)" (#22923)Jan Kotas1-2/+2
2019-02-27added a lightweight GC profiling option (#22866)Maoni Stephens1-3/+3
2019-02-26Update added types and methoddefs on ApplyMetadata (#22617)David Mason1-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-118/+1
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-1/+1
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-2/+0
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-1/+1
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-1/+1
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-1/+1
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-3/+1
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-11/+3
2018-08-01Allow rejit on attach (#19054)David Mason1-14/+19
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-4/+4
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-1/+1
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-1/+1
2017-10-23profiler changes for tiered compilation (#14612)David Mason1-40/+288
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-1/+1
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-1/+1
2017-07-24Add the runtime code versioning featurenoahfalk1-10/+21
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-1/+1
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-6/+6
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-83/+0
2017-02-13Rejit support for R2R imagesnoahfalk1-4/+3
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-16/+0
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-2/+2
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-2/+2
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-6/+6
2016-10-21Add LCG JIT Compilation Profiler CallbacksMukul Sabharwal1-7/+302
2016-10-14Enable DoStackSnapshot API on ARM to walk the current thread (#6933)kvochko1-15/+23
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-2/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-7/+7
2016-05-17Treat R2R images as NI for profilingKshama Pawar1-2/+10
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-4/+4
2016-02-24Fixes for GC updateJan Kotas1-4/+5
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-9/+15
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-9/+15