summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal_mstypes.h
diff options
context:
space:
mode:
authorRama <ramarag@microsoft.com>2015-10-08 18:53:59 -0700
committerRama <ramarag@microsoft.com>2015-10-11 18:50:39 -0700
commitff328b606c4edad13e9a211a8d89288340952f4c (patch)
tree61db95b33101397875ec50713471aa341e25cac5 /src/pal/inc/pal_mstypes.h
parent66b24ad114f991cd882387f1a3bb280c7cd6877f (diff)
downloadcoreclr-ff328b606c4edad13e9a211a8d89288340952f4c.tar.gz
coreclr-ff328b606c4edad13e9a211a8d89288340952f4c.tar.bz2
coreclr-ff328b606c4edad13e9a211a8d89288340952f4c.zip
This enables Lttng Logging for CoreClr,
The Tracepoint Providers are built as a separate shared object called libcoreclrtraceptprovider and it is available in the same directory as libcoreclr.so By Default the ability of Tracing will not be present To enable the ability of Tracing, the apps need to be run like: LD_PRELOAD=libcoreclrtraceptprovider.so ./corerun HelloWorld.exe For now to change Xplat Event Logging mechanism add any events to: <root>/src/vm/ClrEtwAll.man Then regenerate files by running : <root>/src/inc/genXplatLtnng.pl Conflicts: Documentation/building/linux-instructions.md
Diffstat (limited to 'src/pal/inc/pal_mstypes.h')
-rw-r--r--src/pal/inc/pal_mstypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pal/inc/pal_mstypes.h b/src/pal/inc/pal_mstypes.h
index 3c6d7f2904..aca1c60814 100644
--- a/src/pal/inc/pal_mstypes.h
+++ b/src/pal/inc/pal_mstypes.h
@@ -703,6 +703,7 @@ typedef struct _GUID {
USHORT Data3;
UCHAR Data4[ 8 ];
} GUID;
+typedef const GUID *LPCGUID;
#define GUID_DEFINED
#endif // !GUID_DEFINED