__itt_id_make

 

INLINE __itt_id ITTAPI __itt_id_make  (void *  addr,  

  unsigned long long  extra   

 )

 

This function does not affect the trace collector run time in any way. After you make the ID with this function, you still must create it with the __itt_id_create function before using the ID to identify a named entity.

Parameters:

[in] addr The address of object; high QWORD of the ID value.  

[in] extra The extra data to unique identify object; low QWORD of the ID value.  

See Also

__itt_id_destroy
__itt_id_create

__itt_id_make