Searched refs:__itt_string_handle (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_static.h | 37 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name), (ITT_FORMAT na… 38 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createW, (const wchar_t *name), (ITT_FORMAT na… 40 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_create, (const char *name), (ITT_FORMAT na… 170 …_begin, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 179 …roup, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 181 …gin, (const __itt_domain *domain, __itt_id id, __itt_id parent, __itt_string_handle *name), (IT… 185 ITT_STUBV(ITTAPI, void, counter_inc_v3, (const __itt_domain *domain, __itt_string_handle *nam… 186 ITT_STUBV(ITTAPI, void, counter_inc_delta_v3, (const __itt_domain *domain, __itt_string_handle *nam… 187 ITT_STUBV(ITTAPI, void, counter_dec_v3, (const __itt_domain *domain, __itt_string_handle *nam… 188 ITT_STUBV(ITTAPI, void, counter_dec_delta_v3, (const __itt_domain *domain, __itt_string_handle *nam… [all …]
|
D | ittnotify.h | 1868 } __itt_string_handle; typedef 1885 __itt_string_handle* ITTAPI __itt_string_handle_createA(const char *name); 1886 __itt_string_handle* ITTAPI __itt_string_handle_createW(const wchar_t *name); 1895 __itt_string_handle* ITTAPI __itt_string_handle_create(const char *name); 1902 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name)) 1903 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createW, (const wchar_t *name)) 1905 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_create, (const char *name)) 1918 #define __itt_string_handle_createA(name) (__itt_string_handle*)0 1920 #define __itt_string_handle_createW(name) (__itt_string_handle*)0 1923 #define __itt_string_handle_create(name) (__itt_string_handle*)0 [all …]
|
D | ittnotify_config.h | 532 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 547 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|
D | ittnotify_static.cpp | 362 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createW),_init))(const… in ITT_VERSIONIZE() 364 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 392 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createA),_init))(const… in ITT_VERSIONIZE() 394 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_create),_init))(const … in ITT_VERSIONIZE() 397 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_itt.cpp | 34 __itt_string_handle *string_handle_imbl = NULL; 35 __itt_string_handle *string_handle_loop = NULL; 36 __itt_string_handle *string_handle_sngl = NULL;
|
D | kmp_itt.h | 281 extern __itt_string_handle *string_handle_imbl; 282 extern __itt_string_handle *string_handle_loop; 283 extern __itt_string_handle *string_handle_sngl;
|
/external/llvm-project/lld/include/lld/Core/ |
D | Instrumentation.h | 48 __itt_string_handle *_handle; 53 operator __itt_string_handle *() const { return _handle; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 424 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 439 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 424 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 439 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 425 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 440 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|