Searched refs:LIBITTAPI (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/third_party/ittapi/include/legacy/ |
| D | ittnotify.h | 110 #define LIBITTAPI ITTAPI_CDECL macro 283 int LIBITTAPI __itt_thr_name_setA(const char *name, int namelen); 284 int LIBITTAPI __itt_thr_name_setW(const wchar_t *name, int namelen); 293 int LIBITTAPI __itt_thr_name_set(const char *name, int namelen); 300 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen)) 301 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen)) 303 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen)) 339 void LIBITTAPI __itt_thr_ignore(void); 344 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void)) 458 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, int typelen, const char … [all …]
|
| /third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
| D | ittnotify_static.h | 69 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen), (ITT_FORMAT name, name… 70 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen), (ITT_FORMAT name, name… 72 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen), (ITT_FORMAT name, name… 74 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void), (ITT_NO_PARAMS), … 204 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen), (ITT_FORMAT nam… 205 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen), (ITT_FORMAT nam… 207 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen), (ITT_FORMAT nam… 209 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event), (ITT_FORMAT eve… 210 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event), (ITT_FORMAT eve… 222 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, (void *p, const char *objtype, int typelen, const ch… [all …]
|
| D | ittnotify_config.h | 105 #define LIBITTAPI ITTAPI_CDECL macro
|
| /third_party/node/deps/v8/third_party/ittapi/include/ |
| D | ittnotify.h | 171 #define LIBITTAPI ITTAPI_CDECL macro 3420 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3421 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3430 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3437 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen)) 3438 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen)) 3440 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen)) 3476 int LIBITTAPI __itt_event_start(__itt_event event); 3481 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3498 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | ittnotify_config.h | 99 #define LIBITTAPI CDECL macro
|