Check to force tools to initialize the ctx id to zero. (#1135)

* Check to force tool to initialize the ctx id to zero.

* initialize rocprofiler_context_id_t with 0 in units tests

* changelog

---------

Co-authored-by: Gopesh Bhardwaj <gopesh.bhardwaj@amd.com>

[ROCm/rocprofiler-sdk commit: 3f91d90bbc]
This commit is contained in:
venkat1361
2024-10-22 07:39:25 -05:00
zatwierdzone przez GitHub
rodzic d87319ba1c
commit 3819a846da
36 zmienionych plików z 66 dodań i 61 usunięć
@@ -95,7 +95,7 @@ using CodeobjAddressTranslate = rocprofiler::sdk::codeobj::disassembly::CodeobjA
rocprofiler_client_id_t* client_id = nullptr;
rocprofiler_client_finalize_t client_fini_func = nullptr;
rocprofiler_context_id_t client_ctx = {};
rocprofiler_context_id_t client_ctx = {0};
kernel_symbol_map_t registered_kernels = {};
CodeobjAddressTranslate codeobjTranslate;