Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / profiler / vtune.c
index 1f06bb81c8b3c44ac931127e7aa15000fd38fbae..e372724393b2cd5cae1e6654e573f0fe32eaf7ad 100644 (file)
@@ -166,7 +166,7 @@ mono_profiler_init_vtune (const char *desc)
        iJIT_IsProfilingActiveFlags flags = iJIT_IsProfilingActive();
        if (flags == iJIT_SAMPLING_ON)
        {
-               MonoProfilerHandle handle = mono_profiler_install (NULL);
+               MonoProfilerHandle handle = mono_profiler_create (NULL);
                mono_profiler_set_runtime_shutdown_end_callback (handle, codeanalyst_shutdown);
                mono_profiler_set_jit_done_callback (handle, method_jit_done);
                mono_profiler_set_jit_code_buffer_callback (handle, code_buffer_new);