From 0705efa384c0d624fc5d0405525b56ef66cf1362 Mon Sep 17 00:00:00 2001
From: foreman
Date: Mon, 9 Dec 2019 11:22:57 -0500
Subject: [PATCH] P4 to Git Change 2042612 by eshcherb@evgeny-hip on 2019/12/09
11:11:38
SWDEV-197289 - HIP-VDI tracing
activity suppressing of type is zero;
fixing callbacks table recursive mutex;
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_prof_api.h#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#101 edit
---
api/hip/hip_prof_api.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/hip/hip_prof_api.h b/api/hip/hip_prof_api.h
index 9d6db95ba5..b05e50608d 100644
--- a/api/hip/hip_prof_api.h
+++ b/api/hip/hip_prof_api.h
@@ -50,7 +50,7 @@ typedef activity_sync_callback_t hip_act_callback_t;
class api_callbacks_table_t {
public:
- typedef std::recursive_mutex mutex_t;
+ typedef std::mutex mutex_t;
typedef hip_api_record_t record_t;
typedef hip_api_callback_t fun_t;