concurrent sqtt support
Change-Id: I91391fafabc93aefa5d244d870ef82b96a59dc52
This commit is contained in:
committed by
Evgeny Shcherbakov
parent
708edfe989
commit
9f7e936d70
@@ -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 << ")");
|
||||
|
||||
Reference in New Issue
Block a user