Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.h58 ITT_STUBV(ITTAPI, void, pause, (void), (ITT_NO_PARAMS), pause, __itt_group_control | __itt_group_…
59 ITT_STUBV(ITTAPI, void, resume, (void), (ITT_NO_PARAMS), resume, __itt_group_control | __itt_group_…
62 ITT_STUBV(ITTAPI, void, thread_set_nameA, (const char *name), (ITT_FORMAT name), thread_set_name…
63 ITT_STUBV(ITTAPI, void, thread_set_nameW, (const wchar_t *name), (ITT_FORMAT name), thread_set_name…
65 ITT_STUBV(ITTAPI, void, thread_set_name, (const char *name), (ITT_FORMAT name), thread_set_name…
67 ITT_STUBV(ITTAPI, void, thread_ignore, (void), (ITT_NO_PARAMS), thread_ignore, __itt_group_thread, …
75 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void), (ITT_NO_PARAMS), …
78 ITT_STUBV(ITTAPI, void, enable_attach, (void), (ITT_NO_PARAMS), enable_attach, __itt_group_all, "no…
82 ITT_STUBV(ITTAPI, void, detach, (void), (ITT_NO_PARAMS), detach, __itt_group_control | __itt_group_…
85 ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, …
[all …]
Dittnotify.h262 #ifdef ITT_STUBV
263 #undef ITT_STUBV
265 #define ITT_STUBV(api,type,name,args) \ macro
268 #define ITT_STUB ITT_STUBV
313 ITT_STUBV(ITTAPI, void, pause, (void))
314 ITT_STUBV(ITTAPI, void, resume, (void))
315 ITT_STUBV(ITTAPI, void, detach, (void))
367 ITT_STUBV(ITTAPI, void, thread_set_nameA, (const char *name))
368 ITT_STUBV(ITTAPI, void, thread_set_nameW, (const wchar_t *name))
370 ITT_STUBV(ITTAPI, void, thread_set_name, (const char *name))
[all …]
Dittnotify_static.cpp137 #undef ITT_STUBV
152 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ macro
169 #undef ITT_STUBV
175 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ macro
211 #undef ITT_STUBV
213 #define ITT_STUBV ITT_STUB macro
219 #undef ITT_STUBV
221 #define ITT_STUBV ITT_STUB macro
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
Dittnotify.h192 #ifdef ITT_STUBV
193 #undef ITT_STUBV
195 #define ITT_STUBV(api,type,name,args) \ macro
198 #define ITT_STUB ITT_STUBV
243 ITT_STUBV(ITTAPI, void, pause, (void))
244 ITT_STUBV(ITTAPI, void, resume, (void))
245 ITT_STUBV(ITTAPI, void, detach, (void))
343 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void))
406 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname…
407 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname…
[all …]