Home
last modified time | relevance | path

Searched refs:LIBITTAPI (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h114 #define LIBITTAPI ITTAPI_CDECL macro
380 void LIBITTAPI __itt_thr_ignore(void);
385 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void))
533 ITT_STUB(LIBITTAPI, int, notify_sync_nameA,
536 ITT_STUB(LIBITTAPI, int, notify_sync_nameW,
540 ITT_STUB(LIBITTAPI, int, notify_sync_name,
602 void LIBITTAPI __itt_notify_sync_cancel(void *addr);
699 ITT_STUB(LIBITTAPI, __itt_event, event_createW,
739 int LIBITTAPI __itt_event_start(__itt_event event);
762 int LIBITTAPI __itt_event_end(__itt_event event);
[all …]
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h107 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen),
114 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen),
452 ITT_STUB(LIBITTAPI, __itt_event, event_createW,
488 ITT_STUB(LIBITTAPI, int, notify_sync_nameA,
495 ITT_STUB(LIBITTAPI, int, notify_sync_nameW,
503 ITT_STUB(LIBITTAPI, int, notify_sync_name,
526 ITT_STUBV(LIBITTAPI, void, memory_read, (void *addr, size_t size),
528 ITT_STUBV(LIBITTAPI, void, memory_write, (void *addr, size_t size),
530 ITT_STUBV(LIBITTAPI, void, memory_update, (void *addr, size_t size),
537 ITT_STUB(LIBITTAPI, __itt_obj_state_t, obj_mode_set,
[all …]
H A Dittnotify.h176 #define LIBITTAPI ITTAPI_CDECL macro
3764 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen);
3765 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen);
3774 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen);
3781 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen))
3782 ITT_STUB(LIBITTAPI, __itt_event, event_createW,
3785 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen))
3822 int LIBITTAPI __itt_event_start(__itt_event event);
3827 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event))
3845 int LIBITTAPI __itt_event_end(__itt_event event);
[all …]
H A Dittnotify_config.h109 #define LIBITTAPI ITTAPI_CDECL macro
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h99 #define LIBITTAPI CDECL macro