Searched refs:LIBITTAPI (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
| H A D | ittnotify.h | 115 #define LIBITTAPI ITTAPI_CDECL macro 339 void LIBITTAPI __itt_thr_ignore(void); 344 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void)) 512 void LIBITTAPI __itt_notify_sync_prepare(void* addr); 533 void LIBITTAPI __itt_notify_sync_cancel(void *addr); 554 void LIBITTAPI __itt_notify_sync_acquired(void *addr); 575 void LIBITTAPI __itt_notify_sync_releasing(void* addr); 666 int LIBITTAPI __itt_event_start(__itt_event event); 688 int LIBITTAPI __itt_event_end(__itt_event event); 693 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event)) [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 230 ITT_STUBV(LIBITTAPI, void, notify_sync_prepare, (void *p), (ITT_FORMAT p), notify_sync_prepare, … 231 ITT_STUBV(LIBITTAPI, void, notify_sync_cancel, (void *p), (ITT_FORMAT p), notify_sync_cancel, … 232 ITT_STUBV(LIBITTAPI, void, notify_sync_acquired, (void *p), (ITT_FORMAT p), notify_sync_acquired, … 233 ITT_STUBV(LIBITTAPI, void, notify_sync_releasing, (void *p), (ITT_FORMAT p), notify_sync_releasing,… 236 ITT_STUBV(LIBITTAPI, void, memory_read, (void *addr, size_t size), (ITT_FORMAT addr, size), memor… 237 ITT_STUBV(LIBITTAPI, void, memory_write, (void *addr, size_t size), (ITT_FORMAT addr, size), memor… 238 ITT_STUBV(LIBITTAPI, void, memory_update, (void *addr, size_t size), (ITT_FORMAT addr, size), memor… 240 ITT_STUB(LIBITTAPI, __itt_state_t, state_get, (void), (IT… 241 ITT_STUB(LIBITTAPI, __itt_state_t, state_set, (__itt_state_t s), (IT… 242 ITT_STUB(LIBITTAPI, __itt_obj_state_t, obj_mode_set, (__itt_obj_prop_t p, __itt_obj_state_t s), (IT… [all …]
|
| H A D | ittnotify.h | 176 #define LIBITTAPI ITTAPI_CDECL macro 3339 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3340 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3349 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3356 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen)) 3357 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen)) 3359 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen)) 3395 int LIBITTAPI __itt_event_start(__itt_event event); 3400 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3417 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| H A D | ittnotify_config.h | 110 #define LIBITTAPI ITTAPI_CDECL macro
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 100 #define LIBITTAPI CDECL macro
|