From 3a2f44d75f1d95dec744a5c5625aa74846b23e3a Mon Sep 17 00:00:00 2001 From: Eduardo Manuel Velarde Polar Date: Wed, 13 Jul 2022 12:50:28 -0700 Subject: [PATCH 1/3] Add TieredPGO and ReadyToRun flags --- src/TraceEvent/Parsers/ClrTraceEventParser.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TraceEvent/Parsers/ClrTraceEventParser.cs b/src/TraceEvent/Parsers/ClrTraceEventParser.cs index 1f78ecd2a..2b023d414 100644 --- a/src/TraceEvent/Parsers/ClrTraceEventParser.cs +++ b/src/TraceEvent/Parsers/ClrTraceEventParser.cs @@ -12949,6 +12949,8 @@ public enum TieredCompilationSettingsFlags : uint None = 0x0, QuickJit = 0x1, QuickJitForLoops = 0x2, + TieredPGO = 0x4, + ReadyToRun = 0x8, } // [SecuritySafeCritical] From 95f62d5f1234ec731cb64b9b39136fd452a32f4e Mon Sep 17 00:00:00 2001 From: Eduardo Manuel Velarde Polar Date: Thu, 14 Jul 2022 14:09:48 -0700 Subject: [PATCH 2/3] Dummy commit --- src/EtwClrProfiler/ETWClrProfilerX64.vcxproj | 6 +++--- src/EtwClrProfiler/ETWClrProfilerX86.vcxproj | 6 +++--- src/TraceEvent/Parsers/ClrTraceEventParser.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj b/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj index 837981fe8..449b01625 100644 --- a/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj +++ b/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj @@ -13,7 +13,7 @@ {E9980619-4016-4A4A-B7CC-F8B0E483BDB9} AtlProj - 10.0.17763.0 + 10.0 @@ -27,7 +27,7 @@ Unicode - v142 + v143 v142 @@ -120,4 +120,4 @@ - + \ No newline at end of file diff --git a/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj b/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj index 6843d0d50..0bb730e7e 100644 --- a/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj +++ b/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj @@ -13,7 +13,7 @@ {E9980619-4016-4A4A-B7CC-F8B0E483BDB8} AtlProj - 10.0.17763.0 + 10.0 @@ -27,7 +27,7 @@ Unicode - v142 + v143 v142 @@ -116,4 +116,4 @@ - + \ No newline at end of file diff --git a/src/TraceEvent/Parsers/ClrTraceEventParser.cs b/src/TraceEvent/Parsers/ClrTraceEventParser.cs index 2b023d414..ac92bc6d9 100644 --- a/src/TraceEvent/Parsers/ClrTraceEventParser.cs +++ b/src/TraceEvent/Parsers/ClrTraceEventParser.cs @@ -12950,7 +12950,7 @@ public enum TieredCompilationSettingsFlags : uint QuickJit = 0x1, QuickJitForLoops = 0x2, TieredPGO = 0x4, - ReadyToRun = 0x8, + ReadyToRun = 0x8,/ } // [SecuritySafeCritical] From 966d678ccf2cff4cf126439b0364154853a0e706 Mon Sep 17 00:00:00 2001 From: Eduardo Manuel Velarde Polar Date: Thu, 14 Jul 2022 14:09:56 -0700 Subject: [PATCH 3/3] Revert "Dummy commit" This reverts commit 95f62d5f1234ec731cb64b9b39136fd452a32f4e. --- src/EtwClrProfiler/ETWClrProfilerX64.vcxproj | 6 +++--- src/EtwClrProfiler/ETWClrProfilerX86.vcxproj | 6 +++--- src/TraceEvent/Parsers/ClrTraceEventParser.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj b/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj index 449b01625..837981fe8 100644 --- a/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj +++ b/src/EtwClrProfiler/ETWClrProfilerX64.vcxproj @@ -13,7 +13,7 @@ {E9980619-4016-4A4A-B7CC-F8B0E483BDB9} AtlProj - 10.0 + 10.0.17763.0 @@ -27,7 +27,7 @@ Unicode - v143 + v142 v142 @@ -120,4 +120,4 @@ - \ No newline at end of file + diff --git a/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj b/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj index 0bb730e7e..6843d0d50 100644 --- a/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj +++ b/src/EtwClrProfiler/ETWClrProfilerX86.vcxproj @@ -13,7 +13,7 @@ {E9980619-4016-4A4A-B7CC-F8B0E483BDB8} AtlProj - 10.0 + 10.0.17763.0 @@ -27,7 +27,7 @@ Unicode - v143 + v142 v142 @@ -116,4 +116,4 @@ - \ No newline at end of file + diff --git a/src/TraceEvent/Parsers/ClrTraceEventParser.cs b/src/TraceEvent/Parsers/ClrTraceEventParser.cs index ac92bc6d9..2b023d414 100644 --- a/src/TraceEvent/Parsers/ClrTraceEventParser.cs +++ b/src/TraceEvent/Parsers/ClrTraceEventParser.cs @@ -12950,7 +12950,7 @@ public enum TieredCompilationSettingsFlags : uint QuickJit = 0x1, QuickJitForLoops = 0x2, TieredPGO = 0x4, - ReadyToRun = 0x8,/ + ReadyToRun = 0x8, } // [SecuritySafeCritical]