Bunch of minor fixes.
[mono.git] / mono / profiler / mono-profiler-log.c
2017-06-08 Rodrigo KumperaBunch of minor fixes.
2017-06-08 Rodrigo Kumperaupdate usage, print warning on output:-FILENAME and...
2017-06-08 Rodrigo KumperaRemove spurious header. Change from enum to bucket...
2017-06-02 Rodrigo Kumpera[profiler] Fix linux.
2017-06-02 Rodrigo Kumpera[profiler] Move argument parsing to arg-parsing.c and...
2017-05-12 vkargovMerge pull request #4327 from vkargov/vk-abcremedy
2017-04-12 Alexander KyteMerge pull request #4615 from alexanderkyte/string_erro...
2017-04-04 Vlad BrezaeMerge pull request #4630 from BrzVlad/feature-valloc...
2017-04-04 Vlad BrezaeMerge pull request #4618 from BrzVlad/feature-par-nrs
2017-03-31 Andi McClureMerge pull request #4628 from xmcclure/orbis-profile
2017-03-30 Alexander KyteMerge pull request #4621 from alexanderkyte/strdup_env
2017-03-30 Alexander Kyte[runtime] Switch getenv to use heap memory
2016-12-05 Johan LorenssonMerge pull request #3997 from lateralusX/jlorenss/win...
2016-12-03 Miguel de Icaza[runtime] Provide fallback for Linux systems that lack...
2016-11-22 Alexis ChristoforidesMerge branch 'alexischr/nursery-canaries-managed-alloc'
2016-11-21 Marek SafarMerge pull request #3406 from alexanderkyte/mobile_stat...
2016-11-16 Rodrigo KumperaMerge pull request #3678 from mono/seq-read
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] 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 proflog.{c,h} to mono-profiler-log...