Searched refs:__itt_event (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/tools_api/legacy/ |
| H A D | ittnotify.h | 625 typedef int __itt_event; typedef 633 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 634 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 643 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 666 #define __itt_event_createA(name, namelen) (__itt_event)0 668 #define __itt_event_createW(name, namelen) (__itt_event)0 671 #define __itt_event_create(name, namelen) (__itt_event)0 689 int LIBITTAPI __itt_event_start(__itt_event event); 694 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 711 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify.h | 3463 typedef int __itt_event; typedef 3471 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3472 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3481 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3504 #define __itt_event_createA(name, namelen) (__itt_event)0 3506 #define __itt_event_createW(name, namelen) (__itt_event)0 3509 #define __itt_event_create(name, namelen) (__itt_event)0 3527 int LIBITTAPI __itt_event_start(__itt_event event); 3532 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3549 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| H A D | ittnotify_static.h | 233 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen), (ITT_FORMAT nam… 234 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen), (ITT_FORMAT nam… 236 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen), (ITT_FORMAT nam… 238 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event), (ITT_FORMAT eve… 239 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event), (ITT_FORMAT eve…
|