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>
This commit is contained in:
@@ -41,6 +41,7 @@ extern "C" {
|
||||
rocprofiler_status_t
|
||||
rocprofiler_create_context(rocprofiler_context_id_t* context_id)
|
||||
{
|
||||
if(context_id->handle != 0) return ROCPROFILER_STATUS_ERROR_CONTEXT_ID_NOT_ZERO;
|
||||
// context already registered
|
||||
if(rocprofiler::context::get_registered_context(*context_id))
|
||||
return ROCPROFILER_STATUS_ERROR_CONTEXT_INVALID;
|
||||
|
||||
Reference in New Issue
Block a user