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>
이 커밋은 다음에 포함됨:
venkat1361
2024-10-22 07:39:25 -05:00
커밋한 사람 GitHub
부모 a92fa8f071
커밋 3f91d90bbc
36개의 변경된 파일66개의 추가작업 그리고 61개의 파일을 삭제
+1 -1
파일 보기
@@ -62,7 +62,7 @@ namespace
{
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};
int
tool_init(rocprofiler_client_finalize_t fini_func, void* /*tool_data*/)