summaryrefslogtreecommitdiff
path: root/src/vm/ClrEtwAll.man
diff options
context:
space:
mode:
authorRama <ramarag@microsoft.com>2015-10-12 16:09:40 -0700
committerRama <ramarag@microsoft.com>2015-10-21 18:33:41 -0700
commit9b7b565f952d6f34bc75236b4d9d71954bb65017 (patch)
tree2a00eb6e80871b08c1e573aaa1bdb098046a8f73 /src/vm/ClrEtwAll.man
parente9f018f94407e80c3ed76f227717deac70cc85f7 (diff)
downloadcoreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.tar.gz
coreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.tar.bz2
coreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.zip
Enable EventSource Logging in Linux via Lttng
Diffstat (limited to 'src/vm/ClrEtwAll.man')
-rw-r--r--src/vm/ClrEtwAll.man19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/vm/ClrEtwAll.man b/src/vm/ClrEtwAll.man
index ed9b25cd53..bbf4ce40fd 100644
--- a/src/vm/ClrEtwAll.man
+++ b/src/vm/ClrEtwAll.man
@@ -549,6 +549,21 @@
<!--Templates-->
<templates>
+ <template tid="EventSource">
+ <data name="EventID" inType="win:Int32" />
+ <data name="EventName" inType="win:UnicodeString" />
+ <data name="EventSourceName" inType="win:UnicodeString" />
+ <data name="Payload" inType="win:UnicodeString" />
+
+ <UserData>
+ <EventSource xmlns="myNs">
+ <EventID> %1 </EventID>
+ <EventName> %2 </EventName>
+ <EventSourceName> %3 </EventSourceName>
+ <Payload> %4 </Payload>
+ </EventSource>
+ </UserData>
+ </template>
<template tid="StrongNameVerification">
<data name="VerificationFlags" inType="win:UInt32" outType="win:HexInt32"/>
<data name="ErrorCode" inType="win:UInt32" outType="win:HexInt32"/>
@@ -3154,6 +3169,10 @@
keywords="CodeSymbolsKeyword" opcode="win:Start"
task="CodeSymbols"
symbol="CodeSymbols" message="$(string.RuntimePublisher.CodeSymbolsEventMessage)"/>
+
+ <event value="270" version="0" level="win:Informational" template="EventSource"
+ opcode="win:Start"
+ symbol="EventSource" />
</events>
</provider>