[profiler] Add managed backtrace support to sampling mode for the signal-based impl.
[mono.git] / mono / profiler / decode.c
2014-05-13 Paolo Molaro[profiler] Add managed backtrace support to sampling...
2014-05-13 Ludovic Henry[mprof-report] Fix bug where no counters would be print...
2014-05-13 Paolo Molaro[profiler] Filter more event types in mprof-report...
2014-05-13 Paolo Molaro[profiler] In mprof-report fix handling of the time...
2014-05-12 Ludovic HenryMerge pull request #1020 from ludovic-henry/pr7-system...
2014-05-12 Ludovic Henry[decode] Edit according to Paolo review
2014-05-12 Ludovic Henry[decode] Fix sample difference parsing
2014-05-12 Ludovic Henry[decode] Add command line counters options parsing
2014-05-12 Ludovic Henry[decode] Add dump_counters
2014-05-12 Ludovic Henry[decode] Add parsing for TYPE_SAMPLE_COUNTERS
2014-05-12 Ludovic Henry[decode] Add parsing for TYPE_SAMPLE_COUNTERS_DESC
2014-05-12 Ludovic Henry[decode] Add functions to transform mono-counters enum...
2014-05-12 Ludovic Henry[decode] Add functions to manipulate counters, counters...
2014-05-12 Ludovic Henry[decode] Add Counter, CounterValue, CounterList, Counte...
2014-05-12 Ludovic Henry[decode] Add check for computer endianness on startup
2014-05-06 Miguel de IcazaMerge pull request #1010 from davidmoore1/bug-19304
2014-04-30 Marek SafarMerge pull request #966 from ermshiperete/bug-xamarin...
2014-04-29 Michael HutchinsonMerge pull request #1008 from lambdalice/master
2014-04-29 Paolo MolaroFix regression in thread name reporting in the profiler.
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-07 Elijah TaylorNaCl runtime fixes
2011-03-31 Alan McGovern[log profiler] Keep correct stats about gchandles
2010-11-29 Paolo MolaroLog profiler: added statistical sampling mode.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Paolo MolaroLog profiler: be more specific about unknown methods...
2010-11-17 Paolo MolaroLog profiler: implemented command server and ondemand...
2010-11-17 Paolo MolaroLog profiler: track GC time per thread so it's properly...
2010-11-16 Paolo MolaroLog profiler: collect root information during GC.
2010-11-16 jonchamFix #ifdef to fix windows build.
2010-11-16 KISHIMOTO MakotoFix profiler build on freebsd.
2010-11-12 Paolo MolaroLog profiler: updated to the new heap walk API.
2010-11-12 Paolo MolaroLog profiler: use the output value as a filename when...
2010-11-12 Paolo MolaroLog profiler: allow overwriting data files and name...
2010-11-12 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-11 Paolo MolaroLog profiler: implemented the reverse reference feature...
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Paolo MolaroLog profiler: better object tracking.
2010-11-08 Paolo MolaroLog profiler: track and display contended monitor wait...
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroIntegrated the log profiler in the build, warning and...
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Paolo MolaroFirst cut of the new log profiler and report generator.