summaryrefslogtreecommitdiff
path: root/src/vm/perfmap.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26...Brian Robbins1-3/+22
2019-07-11PerfMap should output file offset instead of RVAs (#25638)Andrew Au1-7/+8
2019-06-10Add optimization tiers to the Linux perf maps for perfcollect (#24967)Koundinya Veluri1-10/+34
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-12/+11
2018-09-18Use 32-bit address format string during crossgen in src/vm/perfmap.cppEgor Chesakov1-2/+12
2017-07-25PerfMap instrument stubs (#12437)Steve MacLean1-0/+36
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+7
2016-04-20Fix empty perf map files generated by crossgen.Brian Robbins1-0/+3
2016-04-15Fix a segfault in perf map generationAndy Ayers1-17/+19
2016-04-06Allow logging of image loadingLuca1-33/+19
2016-02-23Fix PerfMap::GetNativeImageSignature to work for ready to run images.Brian Robbins1-6/+5
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-12Enable offline generation of text-based symbol tables for native images. Thi...Brian Robbins1-29/+223
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-2/+2
2015-04-22Adds support for resolving JIT compiled managed call frames in perf_events.Brian Robbins1-0/+141