[profiler] Profiler entry point name must now include the module name.
[mono.git] / samples / profiler / sample.c
index 75e2f779590a3d43267625f2650644de75be969c..bd0ee4f552f53e8067716642f5ddc6edf97d09be 100644 (file)
@@ -43,7 +43,7 @@ sample_instrumentation_filter (MonoProfiler *prof, MonoMethod *method)
 
 /* the entry point */
 void
-mono_profiler_init (const char *desc)
+mono_profiler_init_sample (const char *desc)
 {
        MonoProfiler *prof;