Searched refs:str_valueA (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_config.h | 712 h->str_valueA = NULL; \ 725 #define NEW_COUNTER_METADATA_STR_A(gptr,h,h_tail,counter,type,str_valueA) { \ argument 731 __itt_fstrdup(str_valueA, str_value_copy); \ 732 h->str_valueA = str_value_copy; \ 750 h->str_valueA = NULL; \
|
| H A D | ittnotify_static.c | 979 char* str_valueA = NULL; in ITT_VERSIONIZE() local 997 str_valueA = (char*)(metadata[item].value); in ITT_VERSIONIZE() 998 … NEW_COUNTER_METADATA_STR_A(&_N_(_ittapi_global),h,h_tail,counter,type,str_valueA); in ITT_VERSIONIZE() 1590 free((char*)current_counter_metadata->str_valueA); in __itt_free_allocated_resources()
|
| H A D | ittnotify.h | 4164 const char* str_valueA; /*!< String context metadata value */ member
|