Home
last modified time | relevance | path

Searched refs:__itt_counter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h60 ITT_STUB(ITTAPI, __itt_counter, counter_createA,
63 ITT_STUB(ITTAPI, __itt_counter, counter_createW,
68 ITT_STUB(ITTAPI, __itt_counter, counter_create,
74 ITT_STUB(ITTAPI, __itt_counter, counter_create_typedA,
78 ITT_STUB(ITTAPI, __itt_counter, counter_create_typedW,
83 ITT_STUB(ITTAPI, __itt_counter, counter_create_typed,
570 ITT_STUBV(ITTAPI, void, counter_destroy, (__itt_counter id), (ITT_FORMAT id),
572 ITT_STUBV(ITTAPI, void, counter_inc, (__itt_counter id), (ITT_FORMAT id),
575 (__itt_counter id, unsigned long long value), (ITT_FORMAT id, value),
577 ITT_STUBV(ITTAPI, void, counter_dec, (__itt_counter id), (ITT_FORMAT id),
[all …]
H A Dittnotify.h3139 typedef struct ___itt_counter *__itt_counter; typedef
3154 __itt_counter ITTAPI __itt_counter_createA(const char *name,
3156 __itt_counter ITTAPI __itt_counter_createW(const wchar_t *name,
3166 __itt_counter ITTAPI __itt_counter_create(const char *name, const char *domain);
3172 ITT_STUB(ITTAPI, __itt_counter, counter_createA,
3174 ITT_STUB(ITTAPI, __itt_counter, counter_createW,
3177 ITT_STUB(ITTAPI, __itt_counter, counter_create,
3215 void ITTAPI __itt_counter_inc(__itt_counter id);
3219 ITT_STUBV(ITTAPI, void, counter_inc, (__itt_counter id))
3235 void ITTAPI __itt_counter_inc_delta(__itt_counter id, unsigned long long value);
[all …]
H A Dittnotify_static.cpp569 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN( in ITT_VERSIONIZE()
601 return (__itt_counter)h; in ITT_VERSIONIZE()
604 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createA), in ITT_VERSIONIZE()
608 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create), in ITT_VERSIONIZE()
662 return (__itt_counter)h; in ITT_VERSIONIZE()
666 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create_typedW), in ITT_VERSIONIZE()
698 return (__itt_counter)h; in ITT_VERSIONIZE()
701 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN( in ITT_VERSIONIZE()
705 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN( in ITT_VERSIONIZE()
758 return (__itt_counter)h; in ITT_VERSIONIZE()