[profiler] Implement call context introspection for enter/leave events.
[mono.git] / mono / mini / interp / interp-internals.h
index e566f535a6eeada977e7abffc27839e953a10125..894747e23d0880ad15f6705c40a2dde3d49d6a84 100644 (file)
@@ -96,6 +96,7 @@ typedef struct _InterpMethod
        MonoType **param_types;
        MonoJitInfo *jinfo;
        MonoDomain *domain;
+       MonoProfilerCallInstrumentationFlags prof_flags;
 } InterpMethod;
 
 struct _InterpFrame {