[profiler] Profiler entry point name must now include the module name.
[mono.git] / mono / profiler / aot.c
index d8ee9101098f67d52d0bb356143ea6bae784e5e2..af8ca335c025520ed7bd817d680aa99fa1bac38c 100644 (file)
@@ -112,14 +112,14 @@ match_option (const char* p, const char *opt, char **rval)
 }
 
 void
-mono_profiler_init (const char *desc);
+mono_profiler_init_aot (const char *desc);
 
 /**
- * mono_profiler_init:
+ * mono_profiler_init_aot:
  * the entry point
  */
 void
-mono_profiler_init (const char *desc)
+mono_profiler_init_aot (const char *desc)
 {
        MonoProfiler *prof;
        const char *p;