Skip to content

Commit

Permalink
Change MonoProfiler provider GUID to be based on algorithm used by Tr…
Browse files Browse the repository at this point in the history
…aceEvent library. (dotnet#56286)

TraceEvent uses an algorithm defined in http://www.ietf.org/rfc/rfc4122.txt
to get an EventSource GUID from its name. This is used for newer EventSource
providers, and doesn't need changes to TraceEvent code to be detected.

This commit adjust MonoProfiler EventSource provider GUID to the version
calculated by that algorithm.
  • Loading branch information
lateralusX authored Jul 26, 2021
1 parent a85d36f commit d62117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/ClrEtwAll.man
Original file line number Diff line number Diff line change
Expand Up @@ -7249,7 +7249,7 @@

<!-- Mono Profiler Publisher-->
<provider name="Microsoft-DotNETRuntimeMonoProfiler"
guid="{5CF93F63-D58B-4EE3-B884-9EDA84A192DB}"
guid="{7F442D82-0F1D-5155-4B8C-1529EB2E31C2}"
symbol="MICROSOFT_DOTNETRUNTIME_MONO_PROFILER_PROVIDER"
resourceFileName="%INSTALL_PATH%\clretwrc.dll"
messageFileName="%INSTALL_PATH%\clretwrc.dll">
Expand Down

0 comments on commit d62117f

Please sign in to comment.