Continued profiler loading cleanup (PR#2816 follow up)
authorAndi McClure <andi.mcclure@xamarin.com>
Fri, 1 Apr 2016 19:39:38 +0000 (15:39 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Fri, 1 Apr 2016 19:39:38 +0000 (15:39 -0400)
commita59a008bf7a5bdbdbf53909000307e51076b17f0
treef038be6077ac8c3c9bec84994c5db31ebc062e02
parent372145ed24d6fbbcdab2ff50f0d75a7bbf73e31f
Continued profiler loading cleanup (PR#2816 follow up)

- Back out MONO_PROFILER_LIB_DIR change
- Profiler loading traces should use log mask “dll” not “asm”
- mono_dl_open_runtime_lib should preempt standard paths when loading
  profiler
- mono_dl_open_runtime_lib should check in profiler library directory
- mono_dl_open_runtime_lib contained a memory leak
- With above changes, ptestrunner.pl can remove some environment
  massaging
man/mono.1
mono/metadata/profiler.c
mono/profiler/ptestrunner.pl
mono/utils/mono-dl.c