adding agent to device callback data

Change-Id: I7d631e4faae685ce23704ac65308bf2aae0c157a
Este commit está contenido en:
Evgeny
2018-10-03 18:06:57 -05:00
padre 704420bead
commit 4edc6c98cf
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
+1
Ver fichero
@@ -847,6 +847,7 @@ hsa_status_t hsa_unified_callback(
case ROCPROFILER_HSA_CB_ID_DEVICE:
printf(" device type = 0x%x\n", data->device.type);
printf(" device id = %u\n", data->device.id);
printf(" device agent = 0x%lx\n", data->device.agent.handle);
printf(" assigned ptr = %p\n", data->device.ptr);
break;
case ROCPROFILER_HSA_CB_ID_MEMCOPY: