[profiler] Consolidate log profiler state.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 12 Jul 2017 15:37:34 +0000 (17:37 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 14 Jul 2017 10:59:27 +0000 (12:59 +0200)
commit84518bc046bf635977a327d0e5fd6fd40e504988
treee73fadbb8eddc6b72fb42f61860bae41452371df
parent1764b7e2632bd398320eee8df0141c129c10d516
[profiler] Consolidate log profiler state.

Previously, the profiler's state was spread all over the place. Some stuff was
in the MonoProfiler structure, some stuff was in global variables littered
throughout log.c. Now everything is stored in MonoProfiler and ProfilerConfig.
mono/profiler/log.c