Home
last modified time | relevance | path

Searched refs:__itt_string_handle (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h38 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 Dittnotify.h1869 } __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 Dittnotify_config.h525 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
540 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
H A Dittnotify_static.c364 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 Dkmp_itt.cpp35 __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 Dkmp_itt.h282 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 DInstrumentation.h49 __itt_string_handle *_handle;
54 operator __itt_string_handle *() const { return _handle; }
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h425 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
440 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \