concurrent sqtt support

Change-Id: I91391fafabc93aefa5d244d870ef82b96a59dc52
This commit is contained in:
Evgeny
2020-06-10 11:00:18 -05:00
committed by Evgeny Shcherbakov
parent 708edfe989
commit 9f7e936d70
5 changed files with 287 additions and 30 deletions
+1
View File
@@ -216,6 +216,7 @@ uint32_t LoadTool() {
if (settings.code_obj_tracking) intercept_mode |= CODE_OBJ_TRACKING_MODE;
if (settings.memcopy_tracking) intercept_mode |= MEMCOPY_INTERCEPT_MODE;
if (settings.hsa_intercepting) intercept_mode |= HSA_INTERCEPT_MODE;
if (settings.k_concurrent) InterceptQueue::k_concurrent_ = true;
}
ONLOAD_TRACE("end intercept_mode(" << intercept_mode << ")");