From a10d05c8eb8132df82c5ce02fb6c0596c2eca0fa Mon Sep 17 00:00:00 2001 From: Gregory LEOCADIE Date: Thu, 9 May 2019 19:05:44 +0200 Subject: [PATCH] Add a new version of ContentionEnd event (dotnet/coreclr#22487) Add new contention event - This new event contains the duration of the contention. - Compute duration and emit contention events only when Contention keyword is activated Commit migrated from https://github.com/dotnet/coreclr/commit/2ff7aaac87a976a86c07b93867efb9ade391eed3 --- src/coreclr/src/vm/ClrEtwAll.man | 19 +++++++++++++++++++ src/coreclr/src/vm/ClrEtwAllMeta.lst | 2 ++ src/coreclr/src/vm/syncblk.cpp | 36 ++++++++++++++++++++++++++++++++---- 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/src/coreclr/src/vm/ClrEtwAll.man b/src/coreclr/src/vm/ClrEtwAll.man index 18d2a6d..3c81d22 100644 --- a/src/coreclr/src/vm/ClrEtwAll.man +++ b/src/coreclr/src/vm/ClrEtwAll.man @@ -1412,6 +1412,19 @@ + +