[profiler] Remove the need to pass a MonoProfiler argument to some functions.
[mono.git] / mono / profiler / mono-profiler-log.c
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...