X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fprofiler%2Flog.c;h=90f7309884796a55ac57dfb19aa89a76a192bffd;hb=f9ae98ab88f522219cd6be6fd282ef30adbc5365;hp=ed7a21226593e44c5ad4137d27df819c8b10f031;hpb=e0d515ec3235ce7a14eda0174c964a6dcb74bec9;p=mono.git diff --git a/mono/profiler/log.c b/mono/profiler/log.c index ed7a2122659..90f73098847 100644 --- a/mono/profiler/log.c +++ b/mono/profiler/log.c @@ -1760,7 +1760,7 @@ class_loaded (MonoProfiler *prof, MonoClass *klass) } static void -method_enter (MonoProfiler *prof, MonoMethod *method) +method_enter (MonoProfiler *prof, MonoMethod *method, MonoProfilerCallContext *ctx) { if (get_thread ()->call_depth++ <= log_config.max_call_depth) { ENTER_LOG (&method_entries_ctr, logbuffer, @@ -1776,7 +1776,7 @@ method_enter (MonoProfiler *prof, MonoMethod *method) } static void -method_leave (MonoProfiler *prof, MonoMethod *method) +method_leave (MonoProfiler *prof, MonoMethod *method, MonoProfilerCallContext *ctx) { if (--get_thread ()->call_depth <= log_config.max_call_depth) { ENTER_LOG (&method_exits_ctr, logbuffer,