setting code-obj tracking by default

Change-Id: Id6a97a7dc77faa3b7eb0e2b81b75c13ca7fc5818
This commit is contained in:
Evgeny
2020-05-28 03:43:12 -05:00
parent 4debecbc3c
commit 30db99e758
4 changed files with 31 additions and 7 deletions
+1
View File
@@ -203,6 +203,7 @@ uint32_t LoadTool() {
settings.trace_local = TraceProfile::IsLocal() ? 1: 0;
settings.timeout = util::HsaRsrcFactory::GetTimeoutNs();
settings.timestamp_on = InterceptQueue::IsTrackerOn() ? 1 : 0;
settings.code_obj_tracking = 1;
if (handler) handler();
else if (handler_prop) handler_prop(&settings);