Searched refs:__itt_string_handle (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 38 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name), (ITT_FORMAT na… 39 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createW, (const wchar_t *name), (ITT_FORMAT na… 41 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_create, (const char *name), (ITT_FORMAT na… 171 …_begin, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 180 …roup, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 182 …gin, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 186 ITT_STUBV(ITTAPI, void, counter_inc_v3, (const __itt_domain *domain, __itt_string_handle *nam… 187 ITT_STUBV(ITTAPI, void, counter_inc_delta_v3, (const __itt_domain *domain, __itt_string_handle *nam… 188 ITT_STUBV(ITTAPI, void, counter_dec_v3, (const __itt_domain *domain, __itt_string_handle *nam… 189 ITT_STUBV(ITTAPI, void, counter_dec_delta_v3, (const __itt_domain *domain, __itt_string_handle *nam… [all …]
|
| H A D | ittnotify.h | 1869 } __itt_string_handle; typedef 1886 __itt_string_handle* ITTAPI __itt_string_handle_createA(const char *name); 1887 __itt_string_handle* ITTAPI __itt_string_handle_createW(const wchar_t *name); 1896 __itt_string_handle* ITTAPI __itt_string_handle_create(const char *name); 1903 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name)) 1904 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createW, (const wchar_t *name)) 1919 #define __itt_string_handle_createA(name) (__itt_string_handle*)0 1921 #define __itt_string_handle_createW(name) (__itt_string_handle*)0 1924 #define __itt_string_handle_create(name) (__itt_string_handle*)0 3223 __itt_string_handle* name; /*!< Name of the track group */ [all …]
|
| H A D | ittnotify_config.h | 525 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 540 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|
| H A D | ittnotify_static.c | 364 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createW),_init))(const… in ITT_VERSIONIZE() 366 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 394 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createA),_init))(const… in ITT_VERSIONIZE() 396 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_create),_init))(const … in ITT_VERSIONIZE() 399 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_itt.cpp | 35 __itt_string_handle *string_handle_imbl = NULL; 36 __itt_string_handle *string_handle_loop = NULL; 37 __itt_string_handle *string_handle_sngl = NULL;
|
| H A D | kmp_itt.h | 282 extern __itt_string_handle *string_handle_imbl; 283 extern __itt_string_handle *string_handle_loop; 284 extern __itt_string_handle *string_handle_sngl;
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | Instrumentation.h | 49 __itt_string_handle *_handle; 54 operator __itt_string_handle *() const { return _handle; }
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 425 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 440 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|