[profiler] Use macro constants instead of passing a bunch of bools.
[mono.git] / mono / profiler / mono-profiler-log.c
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...