summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2019-07-02 22:50:26 -0700
committerGitHub <noreply@github.com>2019-07-02 22:50:26 -0700
commit19c6c5d05c666ed6a15f8149a5de6d75085bb1aa (patch)
tree152b4243f17b3162f29f223650fc4d24c1731e40 /src/vm
parent8f46ffbf40cd9896a3bf2f6a2a4568b4dc8492c7 (diff)
downloadcoreclr-19c6c5d05c666ed6a15f8149a5de6d75085bb1aa.tar.gz
coreclr-19c6c5d05c666ed6a15f8149a5de6d75085bb1aa.tar.bz2
coreclr-19c6c5d05c666ed6a15f8149a5de6d75085bb1aa.zip
Add a new CompilationDiagnostic ETW Keyword (#25544)
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/ClrEtwAll.man5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vm/ClrEtwAll.man b/src/vm/ClrEtwAll.man
index 817febbee4..f0596d6901 100644
--- a/src/vm/ClrEtwAll.man
+++ b/src/vm/ClrEtwAll.man
@@ -79,6 +79,8 @@
message="$(string.RuntimePublisher.EventSourceKeywordMessage)" symbol="CLR_EVENTSOURCE_KEYWORD" />
<keyword name="CompilationKeyword" mask="0x1000000000"
message="$(string.RuntimePublisher.CompilationKeywordMessage)" symbol="CLR_COMPILATION_KEYWORD" />
+ <keyword name="CompilationDiagnosticKeyword" mask="0x2000000000"
+ message="$(string.RuntimePublisher.CompilationDiagnosticKeywordMessage)" symbol="CLR_COMPILATIONDIAGNOSTIC_KEYWORD" />
</keywords>
<!--Tasks-->
<tasks>
@@ -3081,7 +3083,7 @@
symbol="MethodLoad_V2" message="$(string.RuntimePublisher.MethodLoad_V2EventMessage)"/>
<event value="159" version="0" level="win:Verbose" template="R2RGetEntryPoint"
- keywords ="NGenKeyword" opcode="MethodLoad"
+ keywords ="CompilationDiagnosticKeyword" opcode="MethodLoad"
task="CLRMethod"
symbol="R2RGetEntryPoint" message="$(string.RuntimePublisher.R2RGetEntryPointEventMessage)"/>
@@ -7085,6 +7087,7 @@
<string id="RuntimePublisher.CodeSymbolsKeywordMessage" value="CodeSymbols" />
<string id="RuntimePublisher.EventSourceKeywordMessage" value="EventSource" />
<string id="RuntimePublisher.CompilationKeywordMessage" value="Compilation" />
+ <string id="RuntimePublisher.CompilationDiagnosticKeywordMessage" value="CompilationDiagnostic" />
<string id="RundownPublisher.LoaderKeywordMessage" value="Loader" />
<string id="RundownPublisher.JitKeywordMessage" value="Jit" />