X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fprofiler%2Flog.h;h=e381d8975471a34d1895b98bb0f05b07a54db502;hb=bfc76bafbf72f8e10c4d2cc7b12e779715c527fa;hp=f0503e4a4e423f7c9bc43c131d9ba5a3d3537642;hpb=7cec5b71231cfc136d6d70428370b3f7e0465051;p=mono.git diff --git a/mono/profiler/log.h b/mono/profiler/log.h index f0503e4a4e4..e381d897547 100644 --- a/mono/profiler/log.h +++ b/mono/profiler/log.h @@ -4,6 +4,7 @@ #include #define MONO_PROFILER_UNSTABLE_GC_ROOTS #include +#include #define BUF_ID 0x4D504C01 #define LOG_HEADER_ID 0x4D505A01 @@ -537,6 +538,9 @@ typedef struct { // Sample mode. Only used at startup. MonoProfilerSampleMode sampling_mode; + + // Callspec config - which methods are to be instrumented + MonoCallSpec callspec; } ProfilerConfig; void proflog_parse_args (ProfilerConfig *config, const char *desc);