Change the LockCreated event to ContentionLockCreated (#86817)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Tue, 30 May 2023 15:46:52 +0000 (08:46 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 15:46:52 +0000 (08:46 -0700)
commit7d50edd1f85300dc0bbcd5df8f00a05c56c103c8
tree84dac539dc575562733a6fa2086f7f1ea9f31d13
parentd4b31a80d2abfe56c29e6acaea5794418806733b
Change the LockCreated event to ContentionLockCreated (#86817)

- The event was added in .NET 8, I have updated the event name based on the suggestion in https://github.com/microsoft/perfview/pull/1731#issuecomment-1293961643.
- The name now matches the convention used for most other events, and shows up as Contention/LockCreated as expected in PerfView
src/coreclr/gc/env/etmdummy.h
src/coreclr/vm/ClrEtwAll.man
src/coreclr/vm/syncblk.cpp