Initial set of changes for ThreadTrace

Change-Id: I07ce31f9b4f508cef0fc9ca6dadcf26b6c90361e
This commit is contained in:
Ramesh Errabolu
2016-10-05 00:15:13 -05:00
والد 4b86843409
کامیت eb2efb83d1
8فایلهای تغییر یافته به همراه86 افزوده شده و 6 حذف شده
@@ -399,6 +399,10 @@ public:
hsa_ven_amd_loader_segment_descriptor_t *segment_descriptors,
size_t *num_segment_descriptors) = 0;
/// @brief Finds the handle of @p executable to which the device
/// address belongs. Return NULL handle if device address is invalid
virtual hsa_executable_t FindExecutable(uint64_t device_address) = 0;
/// @brief Returns host address given @p device_address. If @p device_address
/// is already host address, returns null pointer. If @p device_address is
/// invalid address, returns null pointer.