[ARM64/Unix] Enable FEATURE_EVENT_TRACE (#14176)
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Wed, 27 Sep 2017 17:38:05 +0000 (13:38 -0400)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 27 Sep 2017 17:38:05 +0000 (19:38 +0200)
* [ARM64/Unix] Enable FEATURE_EVENT_TRACE

* [Arm64] Remove _PlatformDoesNotSupportEventTrace

clrfeatures.cmake
src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props

index 4ad29e4..2c22a9d 100644 (file)
@@ -19,6 +19,8 @@ if(NOT DEFINED FEATURE_EVENT_TRACE)
       set(FEATURE_EVENT_TRACE 1)
     elseif(CLR_CMAKE_TARGET_ARCH_ARM)
       set(FEATURE_EVENT_TRACE 1)
+    elseif(CLR_CMAKE_TARGET_ARCH_ARM64)
+      set(FEATURE_EVENT_TRACE 1)
     endif()
   endif(CLR_CMAKE_PLATFORM_LINUX)
 endif(NOT DEFINED FEATURE_EVENT_TRACE)
index dd34d3d..69ebb80 100644 (file)
@@ -7,7 +7,6 @@
     <_PlatformDoesNotSupportCreatedump Condition="'$(Platform)' == 'arm64'">true</_PlatformDoesNotSupportCreatedump>
     <_PlatformDoesNotSupportCreatedump Condition="'$(_runtimeOSFamily)' == 'tizen'">true</_PlatformDoesNotSupportCreatedump>
     <_PlatformDoesNotSupportEventTrace Condition="'$(_runtimeOSFamily)' == 'tizen'">true</_PlatformDoesNotSupportEventTrace>
-    <_PlatformDoesNotSupportEventTrace Condition="'$(Platform)' == 'arm64'">true</_PlatformDoesNotSupportEventTrace>
     <_PlatformDoesNotSupportEventTrace Condition="'$(Platform)' == 'x86'">true</_PlatformDoesNotSupportEventTrace>
     <_PlatformDoesNotSupportSosPlugin Condition="'$(_runtimeOSFamily)' == 'android'">true</_PlatformDoesNotSupportSosPlugin>
     <_PlatformDoesNotSupportSosPlugin Condition="'$(Platform)' == 'arm64'">true</_PlatformDoesNotSupportSosPlugin>