Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h30 ITT_STUB(ITTAPI, __itt_domain *, domain_createA, (const char *name),
32 ITT_STUB(ITTAPI, __itt_domain *, domain_createW, (const wchar_t *name),
35 ITT_STUB(ITTAPI, __itt_domain *, domain_create, (const char *name),
47 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createA,
50 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW,
54 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_create,
60 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,
[all …]
H A Dittnotify.h300 #ifdef ITT_STUB
301 #undef ITT_STUB
309 #define ITT_STUB ITT_STUBV macro
416 ITT_STUB(ITTAPI, __itt_pt_region, pt_region_createA, (const char *name))
417 ITT_STUB(ITTAPI, __itt_pt_region, pt_region_createW, (const wchar_t *name))
419 ITT_STUB(ITTAPI, __itt_pt_region, pt_region_create, (const char *name))
1550 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA,
1552 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW,
1555 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create,
1907 ITT_STUB(ITTAPI, __itt_domain *, domain_createA, (const char *name))
[all …]
H A Dittnotify_static.cpp176 #undef ITT_STUB
177 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ macro
214 #undef ITT_STUB
216 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ macro
268 #undef ITT_STUB
270 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ macro
276 #define ITT_STUBV ITT_STUB
281 #undef ITT_STUB
283 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ macro
288 #define ITT_STUBV ITT_STUB
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h227 #ifdef ITT_STUB
228 #undef ITT_STUB
236 #define ITT_STUB ITT_STUBV macro
340 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen))
341 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen))
343 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen))
533 ITT_STUB(LIBITTAPI, int, notify_sync_nameA,
536 ITT_STUB(LIBITTAPI, int, notify_sync_nameW,
540 ITT_STUB(LIBITTAPI, int, notify_sync_name,
698 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen))
[all …]