From f53ee46725b5cba84d160e9e11037472bbc1d4ee Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 12 Sep 2018 19:35:42 -0500 Subject: [PATCH] VERSION_MINOR macro typo fix aqlprofile info ENABLE_CMD enum adding; Change-Id: I7b19082144d2bd0bf7af7ddc282358168b225759 [ROCm/ROCR-Runtime commit: 81532bb6f5c6ad200f8d02a4e5387f873116d543] --- .../runtime/hsa-runtime/inc/hsa_ven_amd_aqlprofile.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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