diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_aqlprofile.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_aqlprofile.h index bf216619a1..8bb942049b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_aqlprofile.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ven_amd_aqlprofile.h @@ -51,7 +51,7 @@ #include "hsa.h" #define HSA_AQLPROFILE_VERSION_MAJOR 2 -#define HSA_AQLPROFILE_VERSION_MINUR 0 +#define HSA_AQLPROFILE_VERSION_MINOR 0 #ifdef __cplusplus extern "C" { @@ -258,9 +258,13 @@ typedef enum { // in info_data object HSA_VEN_AMD_AQLPROFILE_INFO_SQTT_DATA = 3, // get_info returns SQTT buffer ptr/size // in info_data object + // HSA_VEN_AMD_AQLPROFILE_INFO_BLOCK_COUNTERS = 4, // get_info returns number of block counter - HSA_VEN_AMD_AQLPROFILE_INFO_BLOCK_ID = 5 // get_info returns block id, instances - // by name string using hsa_ven_amd_aqlprofile_id_query_t + HSA_VEN_AMD_AQLPROFILE_INFO_BLOCK_ID = 5, // get_info returns block id, instances + // by name string using _id_query_t + // + HSA_VEN_AMD_AQLPROFILE_INFO_ENABLE_CMD = 6, // get_info returns size/pointer for + // counters enable command buffer } hsa_ven_amd_aqlprofile_info_type_t; // Definition of output data iterator callback