adding counters instancing info

Change-Id: Idccc776ed91cafe9662b84bfad4149dde0c82caf
This commit is contained in:
Evgeny
2018-07-09 13:48:57 -05:00
parent 19fa38b294
commit bc7a052294
4 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ SOFTWARE.
#define AQL_EXC_RAISING(error, stream) \
{ \
const char* error_string = NULL; \
const rocprofiler::pfn_t* api = util::HsaRsrcFactory::Instance().AqlProfileApi(); \
const rocprofiler::pfn_t* api = rocprofiler::util::HsaRsrcFactory::Instance().AqlProfileApi(); \
api->hsa_ven_amd_aqlprofile_error_string(&error_string); \
EXC_RAISING(error, stream << ", " << error_string); \
}