Home
last modified time | relevance | path

Searched refs:ITT_STUB (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.h30 ITT_STUB(ITTAPI, __itt_domain*, domain_createA, (const char *name), (ITT_FORMAT name), domain_cr…
31 ITT_STUB(ITTAPI, __itt_domain*, domain_createW, (const wchar_t *name), (ITT_FORMAT name), domain_cr…
33 ITT_STUB(ITTAPI, __itt_domain*, domain_create, (const char *name), (ITT_FORMAT name), domain_cr…
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…
44 ITT_STUB(ITTAPI, __itt_counter, counter_createA, (const char *name, const char *domain), (ITT…
45 ITT_STUB(ITTAPI, __itt_counter, counter_createW, (const wchar_t *name, const wchar_t *domain), (ITT…
47 ITT_STUB(ITTAPI, __itt_counter, counter_create, (const char *name, const char *domain), (ITT…
51 ITT_STUB(ITTAPI, __itt_counter, counter_create_typedA, (const char *name, const char *domain,…
[all …]
Dittnotify.h259 #ifdef ITT_STUB
260 #undef ITT_STUB
268 #define ITT_STUB ITT_STUBV macro
1375 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char* name, const char* d…
1376 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t* name, const wchar_t* d…
1378 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char* name, const char* d…
1713 ITT_STUB(ITTAPI, __itt_domain*, domain_createA, (const char *name))
1714 ITT_STUB(ITTAPI, __itt_domain*, domain_createW, (const wchar_t *name))
1716 ITT_STUB(ITTAPI, __itt_domain*, domain_create, (const char *name))
1902 ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name))
[all …]
Dittnotify_static.cpp138 #undef ITT_STUB
139 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ macro
168 #undef ITT_STUB
170 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ macro
210 #undef ITT_STUB
212 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) { ITT_TO_STR(ITT_JOIN(__itt_,nam… macro
213 #define ITT_STUBV ITT_STUB
218 #undef ITT_STUB
220 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) {ITT_TO_STR(ITT_JOIN(__itt_,name… macro
221 #define ITT_STUBV ITT_STUB
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
Dittnotify.h189 #ifdef ITT_STUB
190 #undef ITT_STUB
198 #define ITT_STUB ITT_STUBV macro
299 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen))
300 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen))
302 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen))
472 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *addr, const char *objtype, int typelen, const…
473 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, (void *addr, const wchar_t *objtype, int typelen, const…
475 ITT_STUB(LIBITTAPI, int, notify_sync_name, (void *addr, const char *objtype, int typelen, const…
626 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen))
[all …]