[xbuild] Handle a repeat build of a target, when building through ..
[mono.git] / mono / profiler /
2016-11-07 Rodrigo KumperaMerge pull request #2408 from tastywheattasteslikechick...
2016-10-13 Vlad BrezaeMerge pull request #3766 from BrzVlad/feature-default...
2016-10-13 Rodrigo KumperaMerge pull request #3716 from vargaz/unbox-stobj-null
2016-10-13 Bernhard UrbanMerge pull request #3591 from directhex/mono_libdir_fal...
2016-10-12 Vlad BrezaeMerge pull request #3749 from BrzVlad/fix-mips-fix
2016-10-11 Rodrigo KumperaMerge pull request #3715 from kumpera/fix-44707
2016-10-11 Henric MüllerMerge pull request #3662 from henricm/fix-windowsbase...
2016-10-10 Vlad BrezaeMerge pull request #3740 from Unity-Technologies/gc...
2016-10-10 Niklas TherningMerge pull request #3653 from ntherning/alertable-socke...
2016-10-08 Alex Rønne PetersenMerge pull request #3742 from alexrp/profiler-c9-fixes
2016-10-08 Alex Rønne Petersen[profiler] Start the helper thread before the writer...
2016-10-06 Johan LorenssonMerge pull request #3707 from lateralusX/jlorenss/win...
2016-10-05 Johan LorenssonMerge pull request #3692 from lateralusX/jlorenss/win...
2016-10-05 Vlad BrezaeMerge pull request #3705 from BrzVlad/fix-sgen-internal...
2016-10-04 Alexander KöplingerMerge pull request #3697 from directhex/fix-make-dist...
2016-10-04 Alexander KöplingerMerge pull request #3693 from rolfbjarne/watchos-simpli...
2016-10-04 Aleksey Kliger ... Merge pull request #3686 from lambdageek/dev-format...
2016-10-04 Niklas TherningMerge pull request #3695 from ludovic-henry/fix-thread...
2016-10-04 Alex Rønne PetersenMerge pull request #3700 from alexrp/profiler-c9-fixes
2016-10-04 Alex Rønne Petersen[profiler] Use macro constants instead of passing a...
2016-10-04 Alex Rønne Petersen[profiler] Update a stale comment.
2016-10-04 Alex Rønne Petersen[profiler] Add some asserts.
2016-10-04 Alex Rønne Petersen[profiler] Simplify send_log_unsafe ().
2016-10-04 Alex Rønne Petersen[profiler] Fix a regression that caused all buffers...
2016-10-03 Alex Rønne PetersenMerge pull request #3698 from alexrp/profiler-c9-fixes
2016-10-03 Alex Rønne Petersen[profiler] Fix BYTE_SIZE macro conflict on OS X.
2016-10-03 Alex Rønne Petersen[profiler] Fix PROF_TLS_FREE () on pthread TLS systems.
2016-10-03 Rodrigo Kumpera[profiler] Fix the build on Android (missing fcntl...
2016-10-02 Alex Rønne PetersenMerge pull request #3688 from alexrp/profiler-c9-fixes
2016-10-02 Alex Rønne Petersen[profiler] Bump profiler version to v1.1.
2016-10-02 Alex Rønne Petersen[profiler] Don't emit enter/leave events in onlycoverag...
2016-10-02 Alex Rønne Petersen[profiler] Add a nocounters option.
2016-10-02 Alex Rønne Petersen[profiler] Address a couple of FIXMEs in the counters...
2016-10-02 Alex Rønne Petersen[profiler] Use eglib alloc/free functions everywhere.
2016-10-02 Alex Rønne Petersen[profiler] Warn if we can't detect the CPU count.
2016-10-02 Alex Rønne Petersen[profiler] Use the native thread wrapper functions...
2016-10-02 Alex Rønne Petersen[profiler] Access in_shutdown atomically.
2016-10-02 Alex Rønne Petersen[profiler] Drop support for perf events on Linux.
2016-10-02 Alex Rønne Petersen[profiler] Disable GC move events when allocation event...
2016-10-02 Alex Rønne Petersen[profiler] Clean up and improve the helper thread code.
2016-10-02 Alex Rønne Petersen[profiler] Process requests in method_jitted ().
2016-10-02 Alex Rønne Petersen[profiler] Remove the need to pass a MonoProfiler argum...
2016-10-02 Alex Rønne Petersen[profiler] Fix the way the profiler frees hazardous...
2016-10-02 Alex Rønne Petersen[profiler] Replace a check with an assert in coverage_f...
2016-10-02 Alex Rønne Petersen[profiler] Add messages to most assertions.
2016-10-02 Alex Rønne Petersen[profiler] Remove the ign_res () hack.
2016-10-02 Alex Rønne Petersen[profiler] Clean up the #include mess in mono-profiler...
2016-10-02 Alex Rønne Petersen[profiler] Remove mono_threads_attach_tools_thread...
2016-10-02 Alex Rønne Petersen[profiler] Remove some broken, commented-out code from...
2016-10-02 Alex Rønne Petersen[profiler] assert () -> g_assert ().
2016-10-02 Alex Rønne Petersen[profiler] Always enable the helper thread.
2016-10-02 Alex Rønne Petersen[profiler] Encapsulate some common logic in the ENTER_L...
2016-10-02 Alex Rønne Petersen[profiler] Add a missing deinit_thread () call to the...
2016-10-02 Alex Rønne Petersen[profiler] Fix several race conditions in accessing...
2016-10-02 Alex Rønne Petersen[profiler] Don't flush empty log buffers.
2016-10-02 Alex Rønne Petersen[profiler] Add an extra assert.
2016-10-02 Alex Rønne Petersen[profiler] Rename decode.c to mprof-report.c.
2016-10-02 Alex Rønne Petersen[profiler] Rename proflog.{c,h} to mono-profiler-log...
2016-10-02 Alex Rønne Petersen[profiler] Remove utils.c/utils.h, move the code to...
2016-10-02 Alex Rønne Petersen[profiler] Remove the long-obsolete hsmode option.
2016-10-02 Alex Rønne Petersen[profiler] Document and fix the onlycoverage option.
2016-10-02 Alex Rønne Petersen[profiler] Remove the countersonly option.
2016-10-02 Alex Rønne Petersen[profiler] Don't leak counter data structures on shutdown.
2016-10-02 Alex Rønne Petersen[profiler] Simplify counters initialization.
2016-10-02 Alex Rønne Petersen[profiler] Don't emit a perf counters sample event...
2016-10-02 Alex Rønne Petersen[profiler] Fix the code that synthesizes thread end...
2016-10-02 Alex Rønne Petersen[profiler] Add counters for all event types.
2016-09-23 Alexander KöplingerMerge pull request #3622 from rolfbjarne/remove-stray...
2016-09-22 Henric MüllerMerge pull request #3600 from henricm/fix-win-network...
2016-09-21 Niklas TherningMerge pull request #3548 from cmp-/fix-sgen-resume...
2016-09-21 Alexander KöplingerMerge pull request #3602 from henricm/fix-configuration...
2016-09-21 Niklas TherningMerge pull request #3547 from cmp-/remove-obsolete...
2016-09-21 Alexander KöplingerMerge pull request #3587 from henricm/fix-set-no-delay...
2016-09-20 Marek SafarMerge pull request #3586 from henricm/fix-win-uri-tests
2016-09-20 Alexander KöplingerMerge pull request #3578 from henricm/fix-win-process...
2016-09-19 Alexander KöplingerMerge pull request #3522 from henricm/fix-csharp-compil...
2016-09-16 Marek SafarMerge pull request #3564 from henricm/thread-safe-win32...
2016-09-14 Niklas TherningMerge pull request #3536 from henricm/fix-machinename...
2016-09-12 Vlad BrezaeMerge pull request #3534 from BrzVlad/fix-conc-gcstress-mem
2016-09-12 Marek SafarMerge pull request #3535 from henricm/fix-always-use...
2016-09-12 Vlad Brezae[runtime] Replace uses of alloc functions with glib...
2016-09-12 Mark Probst[runtime] Counters for allocated virtual memory.
2016-09-08 Vlad BrezaeMerge pull request #3528 from BrzVlad/fix-sgen-check...
2016-09-08 Alexander KöplingerMerge pull request #3532 from alexrp/profiler-stress...
2016-09-08 Alex Rønne PetersenMerge pull request #3531 from alexrp/master
2016-09-08 Alex Rønne Petersen[profiler} Don't crash if a zero sampling frequency...
2016-09-02 Marek SafarMerge pull request #3452 from ntherning/fix-AppDomainSe...
2016-09-01 Alexander KöplingerMerge pull request #3498 from mattleibow/bug-41723
2016-09-01 Bernhard UrbanMerge pull request #3492 from lewurm/fix-insert-insn
2016-09-01 monojenkinsMerge pull request #3499 from kumpera/fix_logging
2016-08-31 Alex Rønne Petersen[profiler] Fix some off-by-ones in header size calculation.
2016-08-31 Alex Rønne PetersenMerge pull request #3493 from alexrp/master
2016-08-31 Alex Rønne Petersen[profiler] Include arguments, architecture, and OS...
2016-08-31 Alex Rønne Petersen[profiler] Fix dump_header () to do fflush () in all...
2016-08-31 Alex Rønne Petersen[profiler] Remove duplicate #include.
2016-08-31 Alex Rønne Petersen[profiler] Update documentation for time fields.
2016-08-31 Alex Rønne Petersen[profiler] Document the TYPE_EXCEPTION format.
2016-08-31 Alex Rønne Petersen[profiler] Clean up some enums a bit. No format change.
2016-08-31 Alex Rønne Petersen[profiler] Update documentation on the backtrace format.
2016-08-31 Alex Rønne Petersen[profiler] Pump the hazard free queue when shutting...
next